MediaWiki:Vector.css: Difference between revisions

no edit summary
m (Created page with '→‎CSS placed here will affect users of the Vector skin: body.page-Main_Page h1.firstHeading { display:none; }')
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page h1.firstHeading { display:none; }
#p-logo {
top: 2px;
left: 2px;
position: absolute; /*needed to use z-index */
z-index: 3;
height: 30px;
width: 222px;
overflow: visible;
}
0

edits