diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-17 11:56:12 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-17 11:56:12 +0000 |
| commit | 805e96ed4f9d93205f82f4114cfb583271c2d136 (patch) | |
| tree | b731ca1ad090c4ecad7c9fc1022f99a656d9924c /themes/minimal/templates | |
| parent | 92f5c46d4f9c52c48514bd0c46a327b0716c299f (diff) | |
| download | webtrees-805e96ed4f9d93205f82f4114cfb583271c2d136.tar.gz webtrees-805e96ed4f9d93205f82f4114cfb583271c2d136.tar.bz2 webtrees-805e96ed4f9d93205f82f4114cfb583271c2d136.zip | |
Fix: bad CSS
Diffstat (limited to 'themes/minimal/templates')
| -rw-r--r-- | themes/minimal/templates/personbox_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php index e6f7904b5f..4108acac70 100644 --- a/themes/minimal/templates/personbox_template.php +++ b/themes/minimal/templates/personbox_template.php @@ -38,7 +38,7 @@ if (!defined('WT_WEBTREES')) { ?> <div id="I<?php print $boxID; ?>links" - style="position: absolute; left: 0px; top: 0px; width: <?php print $lbwidth; ?>px; visibility: hidden; z-index: '100';"> + style="position:absolute; left:0px; top:0px; width:<?php print $lbwidth; ?>px; visibility:hidden; z-index:100;"> <?php print $personlinks; ?></div> <div id="out-<?php print $boxID; ?>" <?php print $outBoxAdd; ?>> <!-- table helps to maintain spacing --> |
