Wechseln zu:Navigation, Suche
Wiki
(Die Seite wurde neu angelegt: „.zellenbeschriftung { background: #f8f9fa; padding: 1px; border-right: 1px solid grey; display: inline-block; width:50%; } @media (min-width:769px)…“)
 
(Lauritzl änderte das Inhaltsmodell der Seite Vorlage:AV-Portal-Benutzer.css von „Wikitext“ nach „CSS“)
Markierung: Änderung des Inhaltsmodells
(kein Unterschied)

Version vom 20. Juni 2019, 16:27 Uhr

.zellenbeschriftung {
  background: #f8f9fa;
  padding: 1px;
  border-right: 1px solid grey;
  display: inline-block;
  width:50%;
}

@media (min-width:769px) {
  display: none;
}