MediaWiki:Common.css: Difference between revisions
From Captain of Industry Wiki
CaptainMarek (talk | contribs) Created page with "→CSS placed here will be applied to all skins: #p-logo a { background-repeat: round; }" |
CaptainMarek (talk | contribs) No edit summary |
||
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; }