diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-22 11:49:58 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-22 11:49:58 +0000 |
| commit | c108fb899d10f782edaf0b78ebd6b791edacf681 (patch) | |
| tree | 8a26eb5c53282b1424c518cbf4521ce6651e617f /themes/colors/css/greenbeam.css | |
| parent | 1c27fae148d899079f5fc719858b9aa18971146d (diff) | |
| download | webtrees-c108fb899d10f782edaf0b78ebd6b791edacf681.tar.gz webtrees-c108fb899d10f782edaf0b78ebd6b791edacf681.tar.bz2 webtrees-c108fb899d10f782edaf0b78ebd6b791edacf681.zip | |
Fix nameZoom hover issue
Diffstat (limited to 'themes/colors/css/greenbeam.css')
| -rw-r--r-- | themes/colors/css/greenbeam.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index aca944f3ee..5834be416e 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -474,7 +474,7 @@ padding-bottom: 0px; } #descendancy_chart li { -list-style: url(../images/spacer.gif); +list-style: none; margin: 0px 0px 2px -15px; padding-top: 0px; padding-right: 0px; @@ -494,7 +494,7 @@ padding-left: 0px; } #descendancy_chart_rtl li { -list-style:url(../images/spacer.gif); +list-style: none; margin: 0px -15px 2px 0px; padding: 0px 0px 0px 0px; } @@ -523,7 +523,7 @@ padding-bottom:0px; } #ancestry_chart li { -list-style:url(../images/spacer.gif); +list-style: none; margin:0 0 2px -15px; padding-top:0px; padding-right:0px; @@ -542,7 +542,7 @@ padding-left:0px; } #ancestry_chart_rtl li { -list-style:url(../images/spacer.gif); +list-style: none; margin:0px -15px 2px 0px; padding:0px 2px 0px 0px; } |
