summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-03-31 01:15:35 +0200
committerMichael Peter Christen <mc@yacy.net>2014-03-31 01:15:35 +0200
commit656e2ce62ac0667e700dab8cb12fbe476ce2c7b7 (patch)
treeb7098c5deaf1afeb0713e80b5256bb6c8d37a95c /htroot/env/base.css
parente11504309fb7f21a492598d17d6ccbc5c56faf33 (diff)
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/env/base.css')
-rw-r--r--htroot/env/base.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css
index 3f1e9c88c..5fe272283 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -101,6 +101,11 @@ a[target="_self"], a[class="forceNoExternalIcon"], a[class="navbar-brand"], a[cl
/* (fix for IE 10) prevent borders on img within links */
a img {border: none}
+table {
+ border-spacing: 1px;
+ border-collapse: separate;
+}
+
td {
padding:1px 2px;
}