View source for Template:Plainlist/styles.css
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/**
* Unbulleted lists
*/
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}
.ul_itemlist {
list-style-type: none;
margin-left: auto;
width: auto;
}
000
1:0
Return to Template:Plainlist/styles.css.