MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Lehr- und Ausbildungsplan für Fachlehrkräfte
Zeile 12: | Zeile 12: | ||
span.tocnumber { | span.tocnumber { | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | span.toctitle { | ||
+ | display: none; | ||
} | } | ||
/* .toc>ul ul { margin-left:0 !important; } */ | /* .toc>ul ul { margin-left:0 !important; } */ |
Version vom 28. November 2018, 04:23 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
span.mw-headline {
font-weight: bold;
line-height: 2.5;
}
span.toctext {
font-weight: bold;
}
span.tocnumber {
font-weight: bold;
}
span.toctitle {
display: none;
}
/* .toc>ul ul { margin-left:0 !important; } */