From 41c0b2b161e9b347b78c453fdb3357bba6a7243e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 7 Oct 2003 11:16:54 +0000 Subject: [PATCH] Modif font du footer --- htdocs/theme/yellow/yellow.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index ba069ec4bdc..ef1d57f8aaa 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -219,6 +219,7 @@ p#powered-by-dolibarr { margin: 0; padding: 0; bottom: 2px; + font-size: 0.8em; left: 0px; z-index: 2; } @@ -227,7 +228,7 @@ p#powered-by-dolibarr a { border: 1px solid black; text-decoration: none; color: black; - font-size: 0.9em; + font-size: 0.8em; padding-right: 5px; padding-left: 5px; } \ No newline at end of file