diff options
| author | makitso <makitso@gmail.com> | 2017-06-30 10:55:00 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-06-30 10:55:00 -0500 |
| commit | 3ff8c506338c68da4a11ba33a9ca3e8db5e7e6da (patch) | |
| tree | 7ae8b76bd27dfea5315e94c76ad2272d6b08060d /themes | |
| parent | 6ffc899c4555d0969d5d93782df36c0f8c3656e7 (diff) | |
| download | webtrees-3ff8c506338c68da4a11ba33a9ca3e8db5e7e6da.tar.gz webtrees-3ff8c506338c68da4a11ba33a9ca3e8db5e7e6da.tar.bz2 webtrees-3ff8c506338c68da4a11ba33a9ca3e8db5e7e6da.zip | |
Family book connecting lines for Minimal theme
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/minimal/css-1.7.8/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/themes/minimal/css-1.7.8/style.css b/themes/minimal/css-1.7.8/style.css index d1a80db5de..bfbb4099f9 100644 --- a/themes/minimal/css-1.7.8/style.css +++ b/themes/minimal/css-1.7.8/style.css @@ -2901,6 +2901,29 @@ div.faq_body { text-align: center; } +.tdtop { + vertical-align: top; +} + +.tdmid { + vertical-align: middle; +} + +.tdbot, +.tvertline { + vertical-align: bottom; +} + +.line1, +.line2, +.line3 { + vertical-align: middle; +} + +.line5 { + vertical-align: top; +} + #childbox { display: none; } |
