diff options
| author | Rob Peters <makitso@gmail.com> | 2011-11-22 18:43:27 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2011-11-22 18:43:27 +0000 |
| commit | 5b83d2034fa797daf211622db2ecad4335f0b02a (patch) | |
| tree | 9d6e8d5f1033e6e88778f0fb5afc826c1e355ec7 | |
| parent | f450578174c6dfc46eaa5bac39b5a02f9ee630f0 (diff) | |
| download | webtrees-5b83d2034fa797daf211622db2ecad4335f0b02a.tar.gz webtrees-5b83d2034fa797daf211622db2ecad4335f0b02a.tar.bz2 webtrees-5b83d2034fa797daf211622db2ecad4335f0b02a.zip | |
Correct horizontal line width between blocks on all charts.
| -rw-r--r-- | themes/clouds/theme.php | 4 | ||||
| -rw-r--r-- | themes/colors/theme.php | 4 | ||||
| -rw-r--r-- | themes/minimal/theme.php | 4 | ||||
| -rw-r--r-- | themes/webtrees/theme.php | 4 | ||||
| -rw-r--r-- | themes/xenea/theme.php | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php index a5bc4381a0..a0b6609e36 100644 --- a/themes/clouds/theme.php +++ b/themes/clouds/theme.php @@ -193,9 +193,9 @@ $byspacing = 5; // -- vertical spacing between boxes on the pedigree chart $brborder = 1; // -- pedigree chart box right border thickness //-- Other settings that should not be touched -$Dbxspacing = 0; // -- position vertical line between boxes in relationship chart +$Dbxspacing = 5; // -- position vertical line between boxes in relationship chart $Dbyspacing = 10; // -- position vertical spacing between boxes in relationship chart -$Dbwidth = 250; // -- horizontal spacing between boxes in all charts +$Dbwidth = 260; // -- horizontal spacing between boxes in all charts $Dbheight = 78; // -- horizontal spacing between boxes in all charts $Dindent = 15; // -- width to indent ancestry and descendancy charts boxes $Darrowwidth = 300; // -- not used that I can see *** diff --git a/themes/colors/theme.php b/themes/colors/theme.php index 58029aa920..87058fed2e 100644 --- a/themes/colors/theme.php +++ b/themes/colors/theme.php @@ -268,9 +268,9 @@ $byspacing = 5; // -- vertical spacing between boxes on the pedigree chart $brborder = 1; // -- pedigree chart box right border thickness //-- Other settings that should not be touched -$Dbxspacing = 0; // -- position vertical line between boxes in relationship chart +$Dbxspacing = 5; // -- position vertical line between boxes in relationship chart $Dbyspacing = 10; // -- position vertical spacing between boxes in relationship chart -$Dbwidth = 250; // -- horizontal spacing between boxes in all charts +$Dbwidth = 260; // -- horizontal spacing between boxes in all charts $Dbheight = 78; // -- horizontal spacing between boxes in all charts $Dindent = 15; // -- width to indent ancestry and descendancy charts boxes $Darrowwidth = 300; // -- not used that I can see *** diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php index c088671675..26b358d05e 100644 --- a/themes/minimal/theme.php +++ b/themes/minimal/theme.php @@ -164,9 +164,9 @@ $brborder = 1; // -- box right border thickness // -- global variables for the descendancy chart $Dbaseyoffset = 20; // -- position the entire descendancy tree relative to the top of the page $Dbasexoffset = 20; // -- position the entire descendancy tree relative to the left of the page -$Dbxspacing = 0; // -- horizontal spacing between boxes +$Dbxspacing = 5; // -- horizontal spacing between boxes $Dbyspacing = 10; // -- vertical spacing between boxes -$Dbwidth = 250; // -- width of DIV layer boxes +$Dbwidth = 240; // -- width of DIV layer boxes $Dbheight = 78; // -- height of DIV layer boxes $Dindent = 15; // -- width to indent descendancy boxes $Darrowwidth = 30; // -- additional width to include for the up arrows diff --git a/themes/webtrees/theme.php b/themes/webtrees/theme.php index 99010e5b81..2359df4d00 100644 --- a/themes/webtrees/theme.php +++ b/themes/webtrees/theme.php @@ -199,9 +199,9 @@ $brborder=1; // -- box right border thickness // -- descendancy - relationship chart variables $Dbaseyoffset=20; // -- position the entire descendancy tree relative to the top of the page $Dbasexoffset=20; // -- position the entire descendancy tree relative to the left of the page -$Dbxspacing=0; // -- horizontal spacing between boxes +$Dbxspacing=5; // -- horizontal spacing between boxes $Dbyspacing=10; // -- vertical spacing between boxes -$Dbwidth=250; // -- width of DIV layer boxes +$Dbwidth=240; // -- width of DIV layer boxes $Dbheight=70; // -- height of DIV layer boxes $Dindent=15; // -- width to indent descendancy boxes $Darrowwidth=30; // -- additional width to include for the up arrows diff --git a/themes/xenea/theme.php b/themes/xenea/theme.php index db3677d685..be0d495a5b 100644 --- a/themes/xenea/theme.php +++ b/themes/xenea/theme.php @@ -193,9 +193,9 @@ $brborder = 1; // -- box right border thickness // -- global variables for the descendancy chart $Dbaseyoffset = 20; // -- position the entire descendancy tree relative to the top of the page $Dbasexoffset = 20; // -- position the entire descendancy tree relative to the left of the page -$Dbxspacing = 0; // -- horizontal spacing between boxes +$Dbxspacing = 5; // -- horizontal spacing between boxes $Dbyspacing = 10; // -- vertical spacing between boxes -$Dbwidth = 250; // -- width of DIV layer boxes +$Dbwidth = 240; // -- width of DIV layer boxes $Dbheight = 78; // -- height of DIV layer boxes $Dindent = 15; // -- width to indent descendancy boxes $Darrowwidth = 30; // -- additional width to include for the up arrows |
