diff options
author | raylu <raylu@mixpanel.com> | 2011-07-10 15:49:34 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-10 15:49:34 -0700 |
commit | d4b6945d87550ea6862aa4c00677ba9074585900 (patch) | |
tree | 85e0e4208007c3ffcfb027e93f7925fa103b2271 /webroot/css | |
parent | 033553d6f2dcc820cf424f082403944ee3aa83c1 (diff) | |
download | otakuhub-d4b6945d87550ea6862aa4c00677ba9074585900.tar.xz |
Style signup page
Diffstat (limited to 'webroot/css')
-rw-r--r-- | webroot/css/signup.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webroot/css/signup.css b/webroot/css/signup.css index 3968bbd..5533718 100644 --- a/webroot/css/signup.css +++ b/webroot/css/signup.css @@ -1,9 +1,9 @@ #signup { - float: right; + width: 100%; text-align: center; } #signup table { - margin-bottom: 5px; + margin: 0 auto 5px; } #signup table tr td:first-child { text-align: right; |