瀏覽代碼

no message

Jonathan Starck 3 年之前
父節點
當前提交
60f3c03fb1
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      css/custom.css
  2. 3 0
      css/custom.less

+ 3 - 0
css/custom.css

@@ -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;
+}

+ 3 - 0
css/custom.less

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