Difference between revisions of "Template:Plainlist/styles.css"

Add leading comment
>Izno
(tstyles this)
 
>ExE Boss
(Add leading comment)
 
Line 1: Line 1:
/**
* Unbulleted lists
*/
.plainlist ul {
.plainlist ul {
    line-height: inherit;
line-height: inherit;
    list-style: none none;
list-style: none none;
    margin: 0;
margin: 0;
}
}


.plainlist ul li {
.plainlist ul li {
    margin-bottom: 0;
margin-bottom: 0;
}
}
Anonymous user