CSS code formatiert.

This commit is contained in:
Kai Lauterbach 2023-05-22 15:40:31 +02:00
parent 69ebdda269
commit 41fbb999a7

View file

@ -25,6 +25,8 @@ display: block;
/* Gemeinsame Regeln für Tabellenzellen */
.pure-table td {
padding: 4px;
vertical-align: top;
/* Hinzugefügt: vertikale Ausrichtung oben */
}
/* Stil für Formularelemente */
@ -99,3 +101,7 @@ outline: none;
[id^="bri"] {
width: 50%;
}
.top-align {
vertical-align: top;
}