Changes

Jump to navigation Jump to search

MediaWiki:Common.css

225 bytes added, 17:16, 28 April 2021
adding unbulleted list class
/* 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;
}

Navigation menu