Difference between revisions of "MediaWiki:Common.css"

From Captain of Industry Wiki
Jump to: navigation, search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


// Scale logo to fit.
/* Scale logo to fit. */
#p-logo a { background-repeat: round; }
#p-logo a { background-repeat: round; }


// Remove top padding from the main menu, logo has already enough empty space.
/* Remove top padding from the main menu, logo has already enough empty space.*/
div#mw-panel { padding-top: 0; }
div#mw-panel { padding-top: 0; }

Revision as of 01:30, 29 December 2021

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

/* Scale logo to fit. */
#p-logo a { background-repeat: round; }

/* Remove top padding from the main menu, logo has already enough empty space.*/
div#mw-panel { padding-top: 0; }