diff options
| author | jhilden <jakobhilden@gmail.com> | 2009-07-01 02:39:00 -0400 |
|---|---|---|
| committer | jhilden <jakobhilden@gmail.com> | 2009-07-01 02:39:00 -0400 |
| commit | b943b0f7c120774e5461e14185cac6982eacc590 (patch) | |
| tree | e0cab85081aa4af6bdf021e32edb6dcda5bc5552 /themes/admin_default/css | |
| parent | 0add4ced22662918b6e5c3f0d0447e6e8aad4962 (diff) | |
made the 'back to gallery' link in the admin a lighter grey
(and removed the commented out <img>)
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 98e0905e..e68620a5 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -106,7 +106,7 @@ width: 105px; /* 107px - padding-left */ height: 48px; background-image: url('../../default/images/logo.png'); - color: gray ! important; + color: #A5A5A5 ! important; } #gHeader #gLogo:hover { color: #FF6600 ! important; @@ -117,9 +117,6 @@ float: none; margin: 0; padding: 5px 0 10px 0; -} - -#gHeader #gLoginMenu { text-align: right; } |
