MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/* Hiding the main page's title (using an image instead */ | /* Hiding the main page's title (using an image instead */ | ||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||
#p-logo { | |||
/* width: 10em; */ | |||
height: 260px; | |||
background-image: url(https://wiki.geministation.com/images/station.png) !important; | |||
background-repeat: no-repeat; | |||
background-position:left top; | |||
} | |||