From: x2000habouzit Date: Wed, 17 Nov 2004 21:58:06 +0000 (+0000) Subject: wibble X-Git-Tag: xorg/old~904 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=dc4d1392d9a27700cce8c1fd33daceb86923633c;p=platal.git wibble --- diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 562ff28..73dbf07 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -429,7 +429,7 @@ div.spacer { clear: both; } #fiche_referent em{color: purple;} #fiche_referent ul { margin: 0px; padding: 0px 1em; } -#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; } +#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; } /******************************************************************************* A SKIN @@ -539,4 +539,4 @@ div.spacer { clear: both; } } /* vim: set et ts=4 sts=4 sw=4: */ -/* $Id: default.css,v 1.65 2004-11-17 21:37:06 x2000habouzit Exp $ */ +/* $Id: default.css,v 1.66 2004-11-17 21:58:06 x2000habouzit Exp $ */ diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index 61e665c..b5d7b99 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -435,7 +435,7 @@ div.spacer { clear: both; } #fiche_referent em{color: purple;} #fiche_referent ul { margin: 0px; padding: 0px 1em; } -#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; } +#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; } /******************************************************************************* A SKIN @@ -506,9 +506,10 @@ table#body { #body-menu a { color: #690; + background: #fff; + border: 1px dotted #fff; display: block; - padding-left: 4px; - padding: 2px; + padding: 1px 4px; text-align: left; font-size: 80%; font-family: Bitstream Vera Sans,Verdana,sans-serif; @@ -517,6 +518,8 @@ table#body { #body-menu a:hover { color: #690; background: #eaf2db; + border: 1px dotted #690; + text-decoration: none; } #body-menu .menu_title { @@ -549,4 +552,4 @@ table#body { } /* vim: set et ts=4 sts=4 sw=4: */ -/* $Id: openweb.css,v 1.4 2004-11-17 21:37:06 x2000habouzit Exp $ */ +/* $Id: openweb.css,v 1.5 2004-11-17 21:58:06 x2000habouzit Exp $ */