diff options
| author | David Drury <david@drury.me.uk> | 2015-03-03 13:35:48 +0000 |
|---|---|---|
| committer | David Drury <david@drury.me.uk> | 2015-03-03 13:35:48 +0000 |
| commit | 95b60562c3f39b12cb7d3e2167647120958bd5a1 (patch) | |
| tree | e6553b60977733f89874233cdc08751282f07e09 /themes | |
| parent | 99d5bb9bdbbbef95ed1019554d0a9e9e200c8544 (diff) | |
| download | webtrees-95b60562c3f39b12cb7d3e2167647120958bd5a1.tar.gz webtrees-95b60562c3f39b12cb7d3e2167647120958bd5a1.tar.bz2 webtrees-95b60562c3f39b12cb7d3e2167647120958bd5a1.zip | |
Incorrect parameter in URL
Also changed css to make a slight improvement in printed page real
estate (Bug #1426714)
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 8 | ||||
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 8 | ||||
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 8 | ||||
| -rw-r--r-- | themes/minimal/css-1.7.0/style.css | 8 | ||||
| -rw-r--r-- | themes/webtrees/css-1.7.0/style.css | 8 | ||||
| -rw-r--r-- | themes/xenea/css-1.7.0/style.css | 8 |
6 files changed, 48 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 296da51286..87a68e7872 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -5340,6 +5340,14 @@ footer .error { width: 510px; } + #pedigree-page h2 { + margin: 0; + } + + #pedigree_chart { + margin: 0 auto; + } + #familybook_chart h3 { margin-bottom: 10px; vertical-align: middle; diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css index fdc02c6694..57dece1d47 100644 --- a/themes/colors/css-1.7.0/style.css +++ b/themes/colors/css-1.7.0/style.css @@ -5276,6 +5276,14 @@ footer { width: 510px; } + #pedigree-page h2 { + margin: 0; + } + + #pedigree_chart { + margin: 0 auto; + } + #familybook_chart h3 { margin-bottom: 10px; } diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index 98de19510b..165b18d041 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -4513,6 +4513,14 @@ footer { width: 510px; } + #pedigree-page h2 { + margin: 0; + } + + #pedigree_chart { + margin: 0 auto; + } + #familybook_chart h3 { margin-bottom: 10px; } diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css index 0f6c69bd29..e51b4e5da7 100644 --- a/themes/minimal/css-1.7.0/style.css +++ b/themes/minimal/css-1.7.0/style.css @@ -4437,6 +4437,14 @@ footer { width: 510px; } + #pedigree-page h2 { + margin: 0; + } + + #pedigree_chart { + margin: 0 auto; + } + #familybook_chart h3 { margin-bottom: 10px; } diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css index e98643231b..d38c53cfd7 100644 --- a/themes/webtrees/css-1.7.0/style.css +++ b/themes/webtrees/css-1.7.0/style.css @@ -5184,6 +5184,14 @@ footer { display: none; } + #pedigree-page h2 { + margin: 0; + } + + #pedigree_chart { + margin: 0 auto; + } + #header_accordion1 { width: 510px; } diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css index 0d33a9e1f3..52a733e1ae 100644 --- a/themes/xenea/css-1.7.0/style.css +++ b/themes/xenea/css-1.7.0/style.css @@ -5183,6 +5183,14 @@ footer { #header_accordion1 { width: 500px; } + + #pedigree-page h2 { + margin: 0; + } + + #pedigree_chart { + margin: 0 auto; + } #familybook_chart h3 { margin-bottom: 10px; |
