diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-01 01:08:17 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-01 01:08:17 -0700 |
| commit | f79e26b919edc5e816e1a305fdf0a9f1952a1551 (patch) | |
| tree | 6f91a59cd674ef605558188ea0da69b64874374b /themes/admin_default/css | |
| parent | 9beac1132e7d6ffec2192d5a4e54e14985218d6e (diff) | |
| parent | b943b0f7c120774e5461e14185cac6982eacc590 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
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; } |
