Explorar el Código

#132453, keep menus left justified even if the theme is centered, patch by dericknwq

Ted Serbinski hace 18 años
padre
commit
4d03934230
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      simplemenu.css

+ 2 - 1
simplemenu.css

@@ -23,7 +23,8 @@ height:21px;
 ul#simplemenu li {
 float:left;
 border-right:1px solid #999;
-border-left:1px solid #eee;  
+border-left:1px solid #eee;
+text-align: left;  
 }
 
 ul#simplemenu li a {