summaryrefslogtreecommitdiff
path: root/themes/fab
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/fab
parenteea039eb74ae83c6f047a41e4f881c2e93b2aa33 (diff)
downloadwebtrees-ba30943dc6e3a977bb8e3bbb4290558d861b50de.tar.gz
webtrees-ba30943dc6e3a977bb8e3bbb4290558d861b50de.tar.bz2
webtrees-ba30943dc6e3a977bb8e3bbb4290558d861b50de.zip
Fix #1317 - Missing lines on events
Diffstat (limited to 'themes/fab')
-rwxr-xr-x[-rw-r--r--]themes/fab/css-2.0.0/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/fab/css-2.0.0/style.css b/themes/fab/css-2.0.0/style.css
index ab215e0523..b47f316b99 100644..100755
--- a/themes/fab/css-2.0.0/style.css
+++ b/themes/fab/css-2.0.0/style.css
@@ -29,6 +29,11 @@
padding-left: 5px;
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.
@@ -133,7 +138,6 @@
overflow: auto;
}
-
.wt-accessibility-links {
}
@@ -700,6 +704,8 @@ div.fact_SHARED_NOTE {
width: 99%;
}
+
+
.name1, .name2 {
color: #555;
}