MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(+ reflist, addthis)
(No difference)

Revision as of 19:30, 27 January 2021

/* CSS placed here will be applied to all skins */

/* Reflist */
.reflist {
    list-style-type: decimal;
    font-size: 85%;
}

/* Handles the conflict floating issue of the "addthis" box with the main content */

.mw-parser-output {
    clear: both;
}