Browse Source

no message

Jonathan Starck 3 năm trước cách đây
mục cha
commit
5138e74a97
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      css/custom.css
  2. 1 1
      css/custom.less

+ 1 - 1
css/custom.css

@@ -29,7 +29,7 @@ table.wachenaufgaben {
 table.wachenaufgaben tr {
   opacity: 1 !important;
   font-size: 100% !important;
-  border-bottom: 2px #999 solid;
+  border-bottom: 5px solid #999 !important;
 }
 table.wachenaufgaben tr td {
   font-size: 100% !important;

+ 1 - 1
css/custom.less

@@ -36,7 +36,7 @@ table.wachenaufgaben {
     tr {
         opacity: 1 !important;
         font-size: 100% !important;
-        border-bottom: 2px #999 solid;
+        border-bottom: 5px solid #999!important;
 
 
         td {