MediaWiki:Common.css: Forskelle mellem versioner
Fra Skrivekunst.dk
(Oprettede siden med "→‎* CSS inkluderet her vil være aktivt for alle brugere.: .skjult { display:none; }")  |
No edit summary |
||
| Linje 2: | Linje 2: | ||
.skjult { | .skjult { | ||
display:none; | display:none; | ||
} | |||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { | |||
display: none; | |||
} | } | ||
Versionen fra 25. feb. 2021, 14:29
/** CSS inkluderet her vil være aktivt for alle brugere. */
.skjult {
display:none;
}
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading {
display: none;
}