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
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:4em;
min-height:4.1em;
}
}


#mw-header-hack{
#mw-header-hack{
top:4em;
top:4.1em;
}
}

Revision as of 03:26, 9 March 2021

/* CSS placed here will be applied to all skins */
#mw-header-container{
	min-height:4.1em;
}

#mw-header-hack{
	top:4.1em;
}