Remove borders from full-record table, as well as record-list tables.
[irspy-moved-to-github.git] / web / htdocs / style.css
index 137c1bf..456bec0 100644 (file)
@@ -62,3 +62,6 @@ table.targets td, table.targets th {
 }
 table.targets { border-spacing: 0px; }
 
+table.fullrecord, table.fullrecord th, table.fullrecord td { border: none }
+
+a { text-decoration: none }