瀏覽代碼

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

jalbr74 7 年之前
父節點
當前提交
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-left-color: #2D2D2D;
     border-right-color: #2D2D2D;
     border-right-color: #2D2D2D;
 }
 }
+
+table.ias-table, table.ias-table td {
+    border: none;
+}