From: Florent Bruneau Date: Thu, 5 Jun 2008 21:19:23 +0000 (+0200) Subject: Improve contrast of legend > a on skin 'Espace' (Closes #841) X-Git-Tag: core/1.0.0~131 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3989ad40f9d04e06d4cccb92d0e9eadff7b6dd78;p=platal.git Improve contrast of legend > a on skin 'Espace' (Closes #841) Signed-off-by: Florent Bruneau --- diff --git a/htdocs/css/espace.css b/htdocs/css/espace.css index d253ab7..e001c5e 100644 --- a/htdocs/css/espace.css +++ b/htdocs/css/espace.css @@ -39,6 +39,11 @@ legend { color: #ffffff; } +legend a:link, legend a:visited, legend a:active, legend a:hover { + color: #99F; + background: inherit; +} + /******************************************************************************* 2 Styles

,

, ,
  • [ styles classiques d'effets de texte ]