From 6776e951af7c72d00279ffd5c671debac7d00d57 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 16 May 2011 00:22:13 -0700 Subject: [PATCH] css cleanup --- 4chan_x.js | 7 +------ script.coffee | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index 7e838903e..988c0ab97 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2518,17 +2518,11 @@ #qr_form {\ clear: both;\ }\ - #qr form, #qr #com_submit, #qr input[type="file"] {\ - margin: 0px;\ - }\ #qr textarea {\ width: 302px;\ height: 120px;\ margin: 0px;\ }\ - #qr *:not(input):not(textarea) {\ - padding: 0px !important;\ - }\ #qr.auto:not(:hover) > form {\ height: 0px;\ overflow: hidden;\ @@ -2543,6 +2537,7 @@ /* qr reCAPTCHA */\ #qr img {\ border: 1px solid #AAA;\ + margin: 0px;\ }\ \ #updater {\ diff --git a/script.coffee b/script.coffee index 95ae6715a..a98118615 100644 --- a/script.coffee +++ b/script.coffee @@ -1984,17 +1984,11 @@ main = #qr_form { clear: both; } - #qr form, #qr #com_submit, #qr input[type="file"] { - margin: 0px; - } #qr textarea { width: 302px; height: 120px; margin: 0px; } - #qr *:not(input):not(textarea) { - padding: 0px !important; - } #qr.auto:not(:hover) > form { height: 0px; overflow: hidden; @@ -2009,6 +2003,7 @@ main = /* qr reCAPTCHA */ #qr img { border: 1px solid #AAA; + margin: 0px; } #updater {