summaryrefslogtreecommitdiffstats
path: root/webroot/css/style.css
diff options
context:
space:
mode:
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 */