diff options
author | raylu <raylu@mixpanel.com> | 2011-07-04 03:46:49 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-04 03:46:49 -0700 |
commit | bb96c609c2c25509e110e5aeab228bbf4ebfa9f3 (patch) | |
tree | 337e77a47a4431414536c2fa0635b0d3f9716f10 /webroot/css/style.css | |
parent | 264cabb1a29642b5b1f3483a172627af14ca8c96 (diff) | |
download | otakuhub-bb96c609c2c25509e110e5aeab228bbf4ebfa9f3.tar.xz |
don't define link colors in style.css; big signup button
Diffstat (limited to 'webroot/css/style.css')
-rw-r--r-- | webroot/css/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webroot/css/style.css b/webroot/css/style.css index d3c13f5..15b1af7 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -114,10 +114,6 @@ html { -webkit-font-smoothing: antialiased; } /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */ a:hover, a:active { outline: none; } -a, a:active, a:visited { color:#607890; } -a:hover { color:#036; } - - ul { margin-left:30px; } ol { margin-left:30px; list-style-type: decimal; } |