Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
html, body {
  font-family: sans-serif !important;
}
dl dt {
dl dt {
  font-size: 1.2em;
  font-size: 1.2em;

Version vom 24. Juli 2022, 10:53 Uhr

html, body {
  font-family: sans-serif !important;
}

dl dt {
 font-size: 1.2em;
 }

table tr td:nth-child(1) {
  font-weight: bold;
  vertical-align: top;
}

table tr td:nth-child(2) {
  vertical-align: top;
}