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

This commit is contained in:
Ted Serbinski 2007-04-07 03:59:43 +00:00
parent ec97ad2402
commit 4d03934230

View File

@ -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 {