diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-21 22:53:30 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-21 22:53:30 +0000 |
| commit | 3da30c63cfe0d3b5c9dcc526d581c52240aebdd3 (patch) | |
| tree | 1bfddcb366058c9c7c671a9a804bd860201d511f /themes/colors/css/mercury.css | |
| parent | f728932b91fdb979e77e1593d9463c9a3b71b1f5 (diff) | |
| download | webtrees-3da30c63cfe0d3b5c9dcc526d581c52240aebdd3.tar.gz webtrees-3da30c63cfe0d3b5c9dcc526d581c52240aebdd3.tar.bz2 webtrees-3da30c63cfe0d3b5c9dcc526d581c52240aebdd3.zip | |
Correct NameZoom hover issue
Diffstat (limited to 'themes/colors/css/mercury.css')
| -rw-r--r-- | themes/colors/css/mercury.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index 6a029ca943..173b54f042 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.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 { @@ -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; } |
