Browse Source

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

Ted Serbinski 18 năm trước cách đây
mục cha
commit
4d03934230
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 {