Skillnad mellan versioner av "MediaWiki:Common.css"
Hoppa till navigering
Hoppa till sök
Staffanu (diskussion | bidrag) |
Staffanu (diskussion | bidrag) |
||
| Rad 2: | Rad 2: | ||
body.page-Huvudsida h1.firstHeading { display: none; } | body.page-Huvudsida h1.firstHeading { display: none; } | ||
body.page-LegacySite h1.firstHeading { display: none; } | body.page-LegacySite h1.firstHeading { display: none; } | ||
| + | |||
| + | #p-logo a { | ||
| + | background-image: url("http://younameit2"); | ||
| + | } | ||
Versionen från 10 april 2014 kl. 11.34
/* CSS som skrivs här påverkar alla skal */
body.page-Huvudsida h1.firstHeading { display: none; }
body.page-LegacySite h1.firstHeading { display: none; }
#p-logo a {
background-image: url("http://younameit2");
}