@@ -36,3 +36,6 @@ table.wachenaufgaben tr td {
text-align: left;
border-bottom: 5px solid #999 !important;
}
+table.wachenaufgaben tr td.symbol {
+ display: table-cell;
+}
@@ -41,6 +41,9 @@ table.wachenaufgaben {
font-size: 100% !important;
border-bottom: 5px solid #999!important;
+ &.symbol {
+ }