MediaWiki:Vector.css: Difference between revisions

From Echopedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
width: 222px;
width: 222px;
height: 30px;
height: 30px;
z-index: 4;
z-index: -1;
}
}

Revision as of 12:48, 7 November 2009

/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
#p-logo {
	position: absolute;
	top: -200px;
	left: 111px;
	width: 222px;
	height: 30px;
	z-index: -1;
}