Jonathan Starck 3 жил өмнө
parent
commit
5138e74a97
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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 {