Template:Plainlist/styles.css: Difference between revisions

Jump to navigation Jump to search
m
1 revision imported: forgot this existed...
NARA>Izno
(add this reset from mobile.css)
m (1 revision imported: forgot this existed...)
Line 1: Line 1:
/* {{pp-template|small=yes}} */
/**
.plainlist ol,
* Unbulleted lists
*/
.plainlist ul {
.plainlist ul {
line-height: inherit;
line-height: inherit;
list-style: none;
list-style: none none;
margin: 0;
margin: 0;
padding: 0; /* Reset Minerva default */
}
}


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

Navigation menu