MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Undo revision 51157 by Hb1290 (talk)
imported>Hb1290 No edit summary |
imported>Hb1290 |
||
| Line 387: | Line 387: | ||
line-height: inherit; | line-height: inherit; | ||
list-style: none none; | list-style: none none; | ||
margin: 0; | |||
} | } | ||
.plainlist ol li, | .plainlist ol li, | ||
.plainlist ul li { | .plainlist ul li { | ||
margin-bottom: 0; | |||
} | } | ||
/* Standard Navigationsleisten, aka box hiding thingy | /* Standard Navigationsleisten, aka box hiding thingy | ||
| Line 552: | Line 554: | ||
body.ns-110 #ca-talk { display: none; } | body.ns-110 #ca-talk { display: none; } | ||
body.ns-110 #ca-nstab-forum { margin-right: 16px; } | body.ns-110 #ca-nstab-forum { margin-right: 16px; } | ||
/* Spacing fix for bullet lists */ | |||
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { | |||
padding-bottom: 0.5em; | |||
} | |||