From 665763c210dd551661c706b47a64eb98a3988631 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 22 Oct 2007 18:26:55 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20d=E9calage=20du=20titre=20de=20menu=20lo?= =?UTF-8?q?rsqu'il=20=E9tait=20d=E9sactiv=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/auguria/auguria.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index d06d1037a0e..3e42e251747 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -354,7 +354,7 @@ a.help:hover { font-size: 10px; font-weight: bold; background: #FFFFFF; b /* Pour menu gauche Auguria */ .menu_titre a {font-size:11px; text-align:left; font-weight: bold; color:#FFFFFF} -font.menu_titre_disabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; } +font.menu_titre_disabled { font-size:11px; text-align:left; font-weight: bold; color: #757575; margin: 1em 1em 1em 1em; } a.menu_titre:link { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; } a.menu_titre:visited { font-size:11px; text-align:left; font-weight: bold; color: #FFFFFF; margin: 1em 1em 1em 1em; }