MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Foxwiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
h2 {
h2 {
   margin-bottom: 0.25em;
   margin-bottom: 0.25em;
  color:red;
}
}



Version vom 10. Februar 2022, 11:09 Uhr

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

h2 {
  margin-bottom: 0.25em;
  color:red;
}

/*
h3 {
	margin-top: 16px;
}

p {
	margin-bottom:0;
	margin-top: 16px;
}
*/