Przeglądaj źródła

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

jalbr74 7 lat temu
rodzic
commit
53405cf2cb

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