Remove borders from full-record table, as well as record-list tables.
authorMike Taylor <mike@indexdata.com>
Wed, 10 Dec 2014 16:52:05 +0000 (16:52 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 10 Dec 2014 16:52:05 +0000 (16:52 +0000)
Remove all underlining from anchors.

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.targets { border-spacing: 0px; }
 
+table.fullrecord, table.fullrecord th, table.fullrecord td { border: none }
+
+a { text-decoration: none }