Difference between revisions of "MediaWiki:Common.css"

From RogueBasin
Jump to navigation Jump to search
(A few new classes)
(No difference)

Revision as of 20:06, 28 May 2013

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

/* Better-formatted pre tags in tables */
.plain-table pre { padding: 0; margin: 0; border: 0; background: inherit }

/* Topicons - displayed right of page title */
div.topicon {
    top: -2.4em;
    position: absolute; 
    z-index: 10; 
    display: block !important;
}