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:
e0ae362
)
improve table design for main table
author
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 3 Sep 2014 12:32:49 +0000
(12:32 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Wed, 3 Sep 2014 12:32:49 +0000
(12:32 +0000)
web/htdocs/style.css
patch
|
blob
|
history
diff --git
a/web/htdocs/style.css
b/web/htdocs/style.css
index
f028467
..
adb064a
100644
(file)
--- a/
web/htdocs/style.css
+++ b/
web/htdocs/style.css
@@
-53,3
+53,9
@@
img { border: 0 }
table.targets tr:hover { background-color:silver !important; }
+table.targets td, table.targets th {
+ border: 1px solid #DDD;
+ padding: 4px !important;
+}
+table.targets { border-spacing: 0px; }
+