Template:Plainlist/styles.css

From The Pinched Universe
Revision as of 21:08, 24 June 2024 by Hori (talk | contribs) (Copied from https://www.mediawiki.org/wiki/Template:Plainlist/styles.css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/**
 * Unbulleted lists
 */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

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