Просмотр исходного кода

Fixed the ias-table, so the existing style wouldn't give it vertical lines.

jalbr74 7 лет назад
Родитель
Сommit
53405cf2cb
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      server/src/main/webapp/public/resources/style.css

+ 4 - 0
server/src/main/webapp/public/resources/style.css

@@ -1532,3 +1532,7 @@ html[dir="rtl"] .message.message-error .errorDetail {
     border-left-color: #2D2D2D;
     border-right-color: #2D2D2D;
 }
+
+table.ias-table, table.ias-table td {
+    border: none;
+}