summaryrefslogtreecommitdiffstats
path: root/webroot/css/style.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-10 17:31:57 -0700
committerraylu <raylu@mixpanel.com>2011-07-10 17:36:52 -0700
commitde4d4edbcd7a6920d628d466283a7cc781a1e946 (patch)
tree1676c63304b41bdc7d7c2155bc91784aac678c0b /webroot/css/style.css
parent461ada92d70011c5de9673723668d8de185e0fcb (diff)
downloadotakuhub-de4d4edbcd7a6920d628d466283a7cc781a1e946.tar.xz
use signup style for login page; add remember me to login popup
Diffstat (limited to 'webroot/css/style.css')
-rw-r--r--webroot/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/webroot/css/style.css b/webroot/css/style.css
index 15b1af7..14d661f 100644
--- a/webroot/css/style.css
+++ b/webroot/css/style.css
@@ -138,7 +138,7 @@ pre {
/* align checkboxes, radios, text inputs with their label
by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css */
input[type="radio"] { vertical-align: text-bottom; }
-input[type="checkbox"] { margin:0; vertical-align:-2px; }
+input[type="checkbox"] { vertical-align: -1px; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */