From bb96c609c2c25509e110e5aeab228bbf4ebfa9f3 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 4 Jul 2011 03:46:49 -0700 Subject: don't define link colors in style.css; big signup button --- webroot/css/home.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'webroot/css/home.css') 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; +} -- cgit v1.2.3