diff options
author | raylu <raylu@mixpanel.com> | 2011-07-16 21:27:12 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-16 21:27:12 -0700 |
commit | 3404aebda95c78a98e477c120354f20891f55c7b (patch) | |
tree | c00b0f0ff1c47f9134bc6987a7e3bcfea53a7aca /webroot/css/home.css | |
parent | 30bd3dc2c8e1dea9fb394115138f4f5ef9aedc33 (diff) | |
download | otakuhub-3404aebda95c78a98e477c120354f20891f55c7b.tar.xz |
search page styling
Diffstat (limited to 'webroot/css/home.css')
-rw-r--r-- | webroot/css/home.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webroot/css/home.css b/webroot/css/home.css index 74f3b14..beafe88 100644 --- a/webroot/css/home.css +++ b/webroot/css/home.css @@ -12,7 +12,7 @@ div#sg_left { left: 0; bottom: -1px; width: 3%; - background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0)); + background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0)); background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffff00', GradientType=1); z-index: 1; |