MediaWiki:Common.css: Difference between revisions

From Bay Area Structural Heart Wiki
No edit summary
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:4.5em;
min-height:4.2em;
}
}


#mw-header-hack{
#mw-header-hack{
top:4.5em;
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;
}