Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | div#mw-panel { | ||
+ | top: 90px; | ||
+ | } | ||
#p-logo { | #p-logo { | ||
− | + | top: -70px; | |
− | top: - | + | height: 70px; |
− | |||
− | |||
− | height: | ||
} | } | ||
− | |||
#p-logo a { | #p-logo a { | ||
− | + | height: 70px; | |
− | |||
− | height: | ||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 21:00, 18 November 2014
/* CSS placed here will be applied to all skins */ div#mw-panel { top: 90px; } #p-logo { top: -70px; height: 70px; } #p-logo a { height: 70px; }