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/aquamarine.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/aquamarine.css')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index fffa9efff6..6331d5d86f 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -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; } |
