summaryrefslogtreecommitdiff
path: root/themes/xenea
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2017-08-22 08:01:55 -0700
committermakitso <makitso@gmail.com>2017-08-22 08:01:55 -0700
commitba30943dc6e3a977bb8e3bbb4290558d861b50de (patch)
tree2dd02f79aff7dce9df4c1e95268e5af8d4141e22 /themes/xenea
parenteea039eb74ae83c6f047a41e4f881c2e93b2aa33 (diff)
downloadwebtrees-ba30943dc6e3a977bb8e3bbb4290558d861b50de.tar.gz
webtrees-ba30943dc6e3a977bb8e3bbb4290558d861b50de.tar.bz2
webtrees-ba30943dc6e3a977bb8e3bbb4290558d861b50de.zip
Fix #1317 - Missing lines on events
Diffstat (limited to 'themes/xenea')
-rwxr-xr-x[-rw-r--r--]themes/xenea/css-2.0.0/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/xenea/css-2.0.0/style.css b/themes/xenea/css-2.0.0/style.css
index a2f2addf2f..33a7966581 100644..100755
--- a/themes/xenea/css-2.0.0/style.css
+++ b/themes/xenea/css-2.0.0/style.css
@@ -30,6 +30,10 @@
padding-right: 5px;
}
+table {
+ border-collapse: separate;
+}
+
/*
* Any element that is loaded dynamically has the class wt-ajax-load.
* We can provide a "loading" placeholder for empty elements with this class.