diff options
| author | makitso <makitso@gmail.com> | 2017-08-22 08:01:55 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-08-22 08:01:55 -0700 |
| commit | ba30943dc6e3a977bb8e3bbb4290558d861b50de (patch) | |
| tree | 2dd02f79aff7dce9df4c1e95268e5af8d4141e22 /themes/xenea | |
| parent | eea039eb74ae83c6f047a41e4f881c2e93b2aa33 (diff) | |
| download | webtrees-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.css | 4 |
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. |
