wibble
authorx2000habouzit <x2000habouzit>
Wed, 17 Nov 2004 21:58:06 +0000 (21:58 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 17 Nov 2004 21:58:06 +0000 (21:58 +0000)
htdocs/css/default.css
htdocs/css/openweb.css

index 562ff28..73dbf07 100644 (file)
@@ -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 $ */
index 61e665c..b5d7b99 100644 (file)
@@ -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 $ */