diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-06-25 21:40:56 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-06-25 21:40:56 +0100 |
| commit | 2a050799afb4b218b48adc196070f37d8c3878cd (patch) | |
| tree | 53c4c9e880eaaf99d3cac9226ad710ce8b706447 /themes/fab | |
| parent | d718efabf4e946f9a58c905c8aa7c008f100e4a5 (diff) | |
| download | webtrees-2a050799afb4b218b48adc196070f37d8c3878cd.tar.gz webtrees-2a050799afb4b218b48adc196070f37d8c3878cd.tar.bz2 webtrees-2a050799afb4b218b48adc196070f37d8c3878cd.zip | |
Fix #627 - julian years in french, etc., in lifespan chart
Diffstat (limited to 'themes/fab')
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index 5d95a854a7..e029f77efb 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -3340,10 +3340,9 @@ table.table-census-assistant th { } #lifespan-scale { - background: transparent url(images/lifespan-chunk.png) repeat-x left bottom; - height: 55px; - display: inline-block; - white-space: nowrap; + background: transparent url(images/lifespan-chunk.png) repeat-x left bottom; + display: inline-block; + padding-bottom: 37px; } #lifespan-scale .date { |
