projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af72dba
)
Remove borders from full-record table, as well as record-list tables.
author
Mike Taylor
<mike@indexdata.com>
Wed, 10 Dec 2014 16:52:05 +0000
(16:52 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 10 Dec 2014 16:52:05 +0000
(16:52 +0000)
Remove all underlining from anchors.
web/htdocs/style.css
patch
|
blob
|
history
diff --git
a/web/htdocs/style.css
b/web/htdocs/style.css
index
137c1bf
..
456bec0
100644
(file)
--- 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 }