diff options
author | raylu <raylu@mixpanel.com> | 2011-07-04 02:44:57 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-04 02:44:57 -0700 |
commit | 47581aa5b4f85522a1ec171eae76da6105b3b954 (patch) | |
tree | 3306245d3b296b27435cc5b3766567625c9f0794 /webroot/css/signup.css | |
parent | d8c9eac73efb7ed766763e972a4db6d46d0735e8 (diff) | |
download | otakuhub-47581aa5b4f85522a1ec171eae76da6105b3b954.tar.xz |
reorganize CSS... with fire
Diffstat (limited to 'webroot/css/signup.css')
-rw-r--r-- | webroot/css/signup.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/webroot/css/signup.css b/webroot/css/signup.css new file mode 100644 index 0000000..3968bbd --- /dev/null +++ b/webroot/css/signup.css @@ -0,0 +1,14 @@ +#signup { + float: right; + text-align: center; +} +#signup table { + margin-bottom: 5px; +} +#signup table tr td:first-child { + text-align: right; +} +#signup table td { + padding: 3px; + vertical-align: middle; +} |