From 5cd8be9f1a385548ba54ab2be388f8628159fc68 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 15 May 2011 09:51:39 -0700 Subject: [PATCH] add 'px' to css --- 4chan_x.js | 10 +++++----- script.coffee | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index a9757f954..23fac72e0 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2497,7 +2497,7 @@ display: none;\ }\ #qr form, #qr #com_submit, #qr input[type="file"] {\ - margin: 0;\ + margin: 0px;\ }\ #qr textarea {\ width: 302px;\ @@ -2505,7 +2505,7 @@ margin: 0px;\ }\ #qr *:not(input):not(textarea) {\ - padding: 0 !important;\ + padding: 0px !important;\ }\ #qr.auto:not(:hover) > form {\ height: 0px;\ @@ -2531,9 +2531,9 @@ border: 1px solid #AAA !important;\ }\ #qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {\ - height: 0;\ - width: 0;\ - padding: 19px 12px 0 0 !important;\ + height: 0px;\ + width: 0px;\ + padding: 19px 12px 0px 0px !important;\ margin-left: -16px;\ position: relative;\ }\ diff --git a/script.coffee b/script.coffee index 6bdd33d89..d9dca6f09 100644 --- a/script.coffee +++ b/script.coffee @@ -1958,7 +1958,7 @@ main = display: none; } #qr form, #qr #com_submit, #qr input[type="file"] { - margin: 0; + margin: 0px; } #qr textarea { width: 302px; @@ -1966,7 +1966,7 @@ main = margin: 0px; } #qr *:not(input):not(textarea) { - padding: 0 !important; + padding: 0px !important; } #qr.auto:not(:hover) > form { height: 0px; @@ -1992,9 +1992,9 @@ main = border: 1px solid #AAA !important; } #qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis { - height: 0; - width: 0; - padding: 19px 12px 0 0 !important; + height: 0px; + width: 0px; + padding: 19px 12px 0px 0px !important; margin-left: -16px; position: relative; }