From: Mike Taylor Date: Wed, 10 Dec 2014 16:52:05 +0000 (+0000) Subject: Remove borders from full-record table, as well as record-list tables. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=ecdf5b731e322401b5facbabc8336b0387ccc391 Remove borders from full-record table, as well as record-list tables. Remove all underlining from anchors. --- diff --git a/web/htdocs/style.css b/web/htdocs/style.css index 137c1bf..456bec0 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -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 }