MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Lehr- und Ausbildungsplan für Fachlehrkräfte
Zeile 8: | Zeile 8: | ||
#firstHeading { | #firstHeading { | ||
font-weight: bold; | font-weight: bold; | ||
− | text | + | text-decoration: underline; |
line-height: 2.5; | line-height: 2.5; | ||
} | } |
Version vom 28. November 2018, 19:12 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
span.mw-headline {
font-weight: bold;
line-height: 2.5;
}
#firstHeading {
font-weight: bold;
text-decoration: underline;
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; } */