0
edits
No edit summary |
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 { | #p-logo { | ||
position: absolute; | position: absolute; | ||
Line 23: | Line 15: | ||
background-position: center center; | background-position: center center; | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
#panel { | |||
position: absolute; | |||
top: 40px; | |||
padding-top: 1em; | |||
width: 10em; | |||
left: 0; | |||
} | } |
edits