Imported Upstream version 4.7.2

This commit is contained in:
Mario Fetka
2021-08-09 20:54:00 +02:00
parent 3bfaa6e020
commit a791de49a2
2175 changed files with 1764288 additions and 331861 deletions

View File

@@ -4,4 +4,23 @@
#container {
background-color: white;
}
}
/* --- Table layout created by CSS --- */
.table-layout {
display: table;
}
.table-row {
display: table-row;
.table-cell {
display: table-cell;
vertical-align: middle;
}
.table-head {
padding: 0 5px 0 0;
}
}
.break-words {
word-break: break-all;
}