Explorar o código

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

Ted Serbinski %!s(int64=18) %!d(string=hai) anos
pai
achega
4d03934230
Modificáronse 1 ficheiros con 2 adicións e 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 {