MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
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; | |||
} |