Difference between revisions of "MediaWiki:Common.css"
From Captain of Industry Wiki
CaptainMarek (talk | contribs) (Created page with "→â€: #p-logo a { background-repeat: round; }")  |
CaptainMarek (talk | contribs) |
||
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; }