Template:Plainlist/styles.css
From The Goon Show Depository
< Template:Plainlist
Revision as of 07:19, 11 July 2021 by en>ExE Boss
/**
* Unbulleted lists
*/
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}