MediaWiki:Common.css: Difference between revisions

From RCSWiki
Jump to navigation Jump to search
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 */
#p-logo {
z-index: 3;
position: absolute; /*needed to use z-index */
top: 0;
left: 0;
height: 160px;
width: 320px;
overflow: visible;
}

Revision as of 21:10, 9 January 2020

/* CSS placed here will be applied to all skins */
#p-logo {
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 160px;
	width: 320px;
	overflow: visible;
}