diff options
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; +} |