User:AngelinaBelle/common.css: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "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%; tex...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
UL.Stripped
/* It would appear that the users' common.css is completely ignored */
{
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
{
}
ul.InlineBars:first-child, ul.InlineBars3:first-child
{
border-left: none;
}

Latest revision as of 13:02, 11 April 2014

/* It would appear that the users' common.css is completely ignored */


Advertisement: