From ecdf5b731e322401b5facbabc8336b0387ccc391 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 10 Dec 2014 16:52:05 +0000 Subject: [PATCH] Remove borders from full-record table, as well as record-list tables. Remove all underlining from anchors. --- web/htdocs/style.css | 3 +++ 1 file changed, 3 insertions(+) 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 } -- 1.7.10.4