summaryrefslogtreecommitdiffstats
path: root/webroot/css/home.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-04 03:46:49 -0700
committerraylu <raylu@mixpanel.com>2011-07-04 03:46:49 -0700
commitbb96c609c2c25509e110e5aeab228bbf4ebfa9f3 (patch)
tree337e77a47a4431414536c2fa0635b0d3f9716f10 /webroot/css/home.css
parent264cabb1a29642b5b1f3483a172627af14ca8c96 (diff)
downloadotakuhub-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.css13
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;
+}