From 54f6a427d17c372bc32d0ab1dabb84c78f57a2bc Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sun, 15 May 2011 06:37:41 -0700 Subject: [PATCH] Fix #qr captcha gap. --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index 2a5c2c938..05199f76c 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2532,7 +2532,7 @@ #qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {\ height: 0;\ width: 0;\ - padding: 10px 6px !important;\ + padding: 19px 12px 0 0 !important;\ margin-left: -16px;\ position: relative;\ }\ diff --git a/script.coffee b/script.coffee index f32caf8ce..0388bfb5d 100644 --- a/script.coffee +++ b/script.coffee @@ -1994,7 +1994,7 @@ main = #qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis { height: 0; width: 0; - padding: 10px 6px !important; + padding: 19px 12px 0 0 !important; margin-left: -16px; position: relative; }