Difference between revisions of "MediaWiki:Common.css"

From Captain of Industry Wiki
Jump to: navigation, search
(Created page with "→â€: #p-logo a { background-repeat: round; }")
 
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.
#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.
div#mw-panel { padding-top: 0; }

Revision as of 01:29, 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; }