No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
{ | { | ||
list-style: none; | list-style: none; | ||
margin-left: 0px; | margin-left: 0px; | ||
} | } | ||
Line 26: | Line 25: | ||
ul.Inlinebars3 li | ul.Inlinebars3 li | ||
{ | { | ||
width: 32%; margin-left: 1%; | |||
} | } | ||
ul.InlineBars:first-child, ul.InlineBars3:first-child | ul.InlineBars:first-child, ul.InlineBars3:first-child |
Revision as of 11:59, 14 March 2011
UL.Stripped { list-style: none; margin-left: 0px; } UL.Stripped li { list-style: none; margin-left: 0px; } ul.InlineBars, ul.InlineBars3 { width:100%; margin: 0%; text-align: left; } ul.InlineBars li, ul.InlineBars3 li { display: inline; border-left: 1px solid; padding: 0%; margin: 0%; margin-left: 1% } ul.Inlinebars3 li { width: 32%; margin-left: 1%; } ul.InlineBars:first-child, ul.InlineBars3:first-child { border-left: none; }