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/home.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/home.css')
-rw-r--r-- | webroot/css/home.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/webroot/css/home.css b/webroot/css/home.css index f9aa511..f6fa51a 100644 --- a/webroot/css/home.css +++ b/webroot/css/home.css @@ -76,3 +76,16 @@ a.left:active { a.disabled { visibility: hidden !important; } + +#signup { + float: right; + font-size: 200%; + border: 1px solid #ccc; + display: block; + padding: 10px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + line-height: 1; + text-decoration: none; +} |