diff options
author | raylu <raylu@mixpanel.com> | 2011-07-10 23:34:04 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-10 23:34:22 -0700 |
commit | 02b74d547ac67796a7b935a52de81cd80d160d66 (patch) | |
tree | fc80fa7f2b981813966f11ec208cef20a12d9bc5 /webroot | |
parent | db7bd2d1f511fafe73eccb3bf96a9c1bfdc7d099 (diff) | |
download | otakuhub-02b74d547ac67796a7b935a52de81cd80d160d66.tar.xz |
fix some code spacing
Diffstat (limited to 'webroot')
-rw-r--r-- | webroot/css/themes/light.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webroot/css/themes/light.css b/webroot/css/themes/light.css index c837667..b3b95ae 100644 --- a/webroot/css/themes/light.css +++ b/webroot/css/themes/light.css @@ -1,7 +1,7 @@ body { color: #222; background: #ddd; - background: -moz-linear-gradient(top, #fff, #ddd 500px, #ddd); + background: -moz-linear-gradient(top, #fff, #ddd 500px, #ddd); background: -webkit-linear-gradient(top, #fff, #ddd 500px, #ddd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); } @@ -14,7 +14,7 @@ a:hover { } nav a, nav a:visited { - color: #222; + color: #222; text-shadow:0 1px 0 #fff; } nav a:hover { @@ -23,7 +23,7 @@ nav a:hover { h2.ribbon { background: #359; - background: -moz-linear-gradient(top, #37f, #359); + background: -moz-linear-gradient(top, #37f, #359); background: -webkit-linear-gradient(top, #37f, #359); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3377ff', endColorstr='#335599'); color: #eee; @@ -35,14 +35,14 @@ h2.ribbon { a.gradient { /* same as h2.ribbon */ background: #359; - background: -moz-linear-gradient(top, #37f, #359); + background: -moz-linear-gradient(top, #37f, #359); background: -webkit-linear-gradient(top, #37f, #359); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3377ff', endColorstr='#335599'); color: #eee; } a.gradient:hover { background: #37f; - background: -moz-linear-gradient(top, #39f, #06a); + background: -moz-linear-gradient(top, #39f, #06a); background: -webkit-linear-gradient(top, #39f, #06a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399ff', endColorstr='#0066aa'); color: #fff; |