diff options
| author | makitso <makitso@gmail.com> | 2017-06-22 15:10:10 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-06-22 15:10:10 -0500 |
| commit | 7750595ec80ea6eab22c2fc0584f075acf8aa814 (patch) | |
| tree | 953e4011ee4dde08ac93e81290de7d46c1e10692 /themes | |
| parent | a595d231ce4d9acbe26f6731fc68bd46bfa3176a (diff) | |
| download | webtrees-7750595ec80ea6eab22c2fc0584f075acf8aa814.tar.gz webtrees-7750595ec80ea6eab22c2fc0584f075acf8aa814.tar.bz2 webtrees-7750595ec80ea6eab22c2fc0584f075acf8aa814.zip | |
Ancestors Chart (Booklets) fixes
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/_common/css-1.7.8/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/_common/css-1.7.8/style.css b/themes/_common/css-1.7.8/style.css index 59e47d43ea..f10766c23d 100644 --- a/themes/_common/css-1.7.8/style.css +++ b/themes/_common/css-1.7.8/style.css @@ -177,6 +177,10 @@ list-style: none outside none; } +.wt-ancestors-chart .person_box_template { + line-height: 1.0; +} + /* * Descendants chart * |
