spip_style.php3 1.87 1.88

Update of /home/spip-cvs/spip/ecrire
In directory alan:/tmp/cvs-serv14298

Modified Files:
  spip_style.php3
Log Message:
Correction alignement vertical des icones du menu deroulant des rubriques (sous Tout le site) pour Safari

Index: spip_style.php3

RCS file: /home/spip-cvs/spip/ecrire/spip_style.php3,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- spip_style.php3 23 Sep 2004 12:48:45 -0000 1.87
+++ spip_style.php3 23 Sep 2004 17:22:03 -0000 1.88
@@ -169,14 +169,14 @@
   text-decoration: none;
   border-bottom: 1px solid #cccccc;
   background-repeat: no-repeat;
- background-position: <?php echo $ltr ? "1%" : "99%"; ?>;
+ background-position: <?php echo $ltr ? "1%" : "99%"; ?> center;
}
a.bandeau_rub:hover {
   background-color: white;
   text-decoration: none;
   color: #333333;
   background-repeat: no-repeat;
- background-position: <?php echo $ltr ? "1%" : "99%"; ?>;
+ background-position: <?php echo $ltr ? "1%" : "99%"; ?> center;
}
div.bandeau_rub {
   position: absolute;