MediaWiki:Common.css: Difference between revisions
From Bay Area Structural Heart Wiki
(Created page with "→CSS placed here will be applied to all skins: #mw-header-container{ min-height:4em; } #mw-header-hack{ top:4em; }") |
No edit summary |
||
(3 intermediate revisions 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 */ | ||
#mw-header-container{ | #mw-header-container{ | ||
min-height: | min-height:4.2em; | ||
} | } | ||
#mw-header-hack{ | #mw-header-hack{ | ||
top: | top:4.2em; | ||
} | } |
Latest revision as of 03:27, 9 March 2021
/* CSS placed here will be applied to all skins */ #mw-header-container{ min-height:4.2em; } #mw-header-hack{ top:4.2em; }