Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Ostentatio (talk | contribs) (adding unbulleted list class) |
(No difference)
|
Revision as of 16: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;
}