Template:Plainlist/styles.css: Difference between revisions
Public wiki for the 1904 Louisiana Purchase Exposition
l>ExE Boss (Copied from mw:Template:Plainlist/styles.css) |
m (1 revision imported) |
(No difference)
| |
Latest revision as of 02:12, 22 November 2022
/* Should be kept in sync with [[MediaWiki:Common.css]] */
/**
* Unbulleted lists
*/
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}
