diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-17 11:46:21 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-17 11:46:21 +0000 |
| commit | 92f5c46d4f9c52c48514bd0c46a327b0716c299f (patch) | |
| tree | c6f194398c81094ddc42ffed322212acb671411d /includes/functions/functions_print.php | |
| parent | 3e84d60f66eb37835f8a64ed9ba973a08f3479c2 (diff) | |
| download | webtrees-92f5c46d4f9c52c48514bd0c46a327b0716c299f.tar.gz webtrees-92f5c46d4f9c52c48514bd0c46a327b0716c299f.tar.bz2 webtrees-92f5c46d4f9c52c48514bd0c46a327b0716c299f.zip | |
Fix: bad CSS
Diffstat (limited to 'includes/functions/functions_print.php')
| -rw-r--r-- | includes/functions/functions_print.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 1d61b2dff4..76f1c6927d 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -189,7 +189,7 @@ function print_pedigree_person($pid, $style=1, $show_famlink=true, $count=0, $pe $personlinks .= "</td></tr></table>"; } // NOTE: Start div out-$pid.$personcount.$count - if ($style==1) $outBoxAdd .= " class=\"person_box$isF\" style=\"width: ".$bwidth."px; height: ".$bheight."px; padding: 2px; overflow: hidden; z-index:'-1';\""; + if ($style==1) $outBoxAdd .= " class=\"person_box$isF\" style=\"width: ".$bwidth."px; height: ".$bheight."px; padding: 2px; overflow: hidden; z-index:-1;\""; else $outBoxAdd .= " style=\"padding: 2px;\""; // NOTE: Zoom if (($ZOOM_BOXES!="disabled")&&(!$show_full)) { |
