diff options
| author | Rob Peters <makitso@gmail.com> | 2010-08-29 12:30:00 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-08-29 12:30:00 +0000 |
| commit | 6a7f53278fda94c724d2370c9eecd11b3eea5b3c (patch) | |
| tree | 58f1a751e886b4fa32b355add56e41e151b3567d /themes/colors/css/mercury.css | |
| parent | 0580e300269c3f1d03761f0dc3c97b6ce1e19881 (diff) | |
| download | webtrees-6a7f53278fda94c724d2370c9eecd11b3eea5b3c.tar.gz webtrees-6a7f53278fda94c724d2370c9eecd11b3eea5b3c.tar.bz2 webtrees-6a7f53278fda94c724d2370c9eecd11b3eea5b3c.zip | |
Bug #625991 - No spaces between "Name" and name and no place on birth and death lines on header
Diffstat (limited to 'themes/colors/css/mercury.css')
| -rw-r--r-- | themes/colors/css/mercury.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index be4e6a9392..64a073002c 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9130 2010-07-21 01:17:44Z rob $ +* $Id: ash.css 9198 2010-07-28 23:30:32Z rob $ */ .something { @@ -1648,6 +1648,11 @@ margin-right:10px; clear:both; } +dd { +display: inline; +margin: 0; +} + /* Classes for the INDI page header */ #indi_header h1 { |
