Difference between revisions of "MediaWiki:Common.css"

From Wurmpedia
Jump to navigation Jump to search
(adding unbulleted list class)
(No difference)

Revision as of 17:16, 28 April 2021

/* CSS placed here will be applied to all skins */

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

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