Difference between revisions of "MediaWiki:Common.css"
| Line 5: | Line 5: | ||
dd { | dd { | ||
| − | padding-bottom: 1em; | + | padding-bottom: 1em; |
| + | display: list-item; | ||
| + | list-style-type: disc; | ||
} | } | ||
Revision as of 17:33, 26 November 2015
/* CSS placed here will be applied to all skins */
dl {
margin-left: 2em;
}
dd {
padding-bottom: 1em;
display: list-item;
list-style-type: disc;
}
span.error {
display: none;
}
hr {
display: none;
}
.mw-translate-page-info {
display: none;
}
br:empty {
display: none;
}