Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wiki Lighthouse MCS
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


.mw-redirectedfrom { display: none; }
.mw-redirectedfrom { display: none; }
#toc li:first-child { display: none !important; }
.toc ul li:first-child,
#toc ul li:first-child {
  display: none !important;
}

Version vom 11. März 2026, 15:54 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.mw-redirectedfrom { display: none; }
.toc ul li:first-child,
#toc ul li:first-child {
  display: none !important;
}