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/tealtop.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/tealtop.css')
| -rw-r--r-- | themes/colors/css/tealtop.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index feabebde53..b4082b8e36 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 7896 2010-04-07 22:08:56Z greg $ +* $Id: ash.css 7989 2010-04-16 00:16:21Z rob $ */ .something { @@ -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; } @@ -792,7 +792,7 @@ text-decoration:none; } .nameZoom { -font-size: 14px; +font: 14px tahoma, arial, helvetica, sans-serif; font-weight: bold; text-decoration:none; } @@ -958,7 +958,7 @@ background:#c8e7ff; } .favorites_form { -margin-top:0; +margin-top:1px; font-size: 14px; color:#FFF; } |
