diff options
| author | makitso <makitso@gmail.com> | 2016-06-07 07:48:14 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2016-06-07 07:48:14 -0700 |
| commit | 21b8da19df6fd07b6d58ee32c98e7546c4d57495 (patch) | |
| tree | 46adfbd937dc24547484de75cdb16969ac4509b3 /themes/xenea | |
| parent | 3c4bf7d46b3dd9169676973e72b7ec2fe6d3a65f (diff) | |
| download | webtrees-21b8da19df6fd07b6d58ee32c98e7546c4d57495.tar.gz webtrees-21b8da19df6fd07b6d58ee32c98e7546c4d57495.tar.bz2 webtrees-21b8da19df6fd07b6d58ee32c98e7546c4d57495.zip | |
Fix #967 Header spacing for family chart
Diffstat (limited to 'themes/xenea')
| -rw-r--r-- | themes/xenea/css-1.7.5/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/xenea/css-1.7.5/style.css b/themes/xenea/css-1.7.5/style.css index 9327d8dd37..b9bb9e5482 100644 --- a/themes/xenea/css-1.7.5/style.css +++ b/themes/xenea/css-1.7.5/style.css @@ -451,6 +451,10 @@ a:hover .nameZoom { vertical-align: bottom; } +#family-table .subheaders:first-child { + width: 285px; +} + .age { font-size: 9px; } |
