Difference between revisions of "MediaWiki:Common.css"

From Captain of Industry Wiki
Jump to: navigation, search
Line 2: Line 2:


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


/* 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 04:12, 29 December 2021

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

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

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