From 6d95e2b4da0fee0f9c7c9ce3e15d50f74a8ffa8a Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 16 May 2011 00:27:00 -0700 Subject: [PATCH] more css tweaks --- 4chan_x.js | 5 +++-- script.coffee | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index 988c0ab97..7b85e3783 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2516,10 +2516,11 @@ float: left;\ }\ #qr_form {\ - clear: both;\ + clear: left;\ + margin: 0px;\ }\ #qr textarea {\ - width: 302px;\ + width: 100%;\ height: 120px;\ margin: 0px;\ }\ diff --git a/script.coffee b/script.coffee index a98118615..5e895e70c 100644 --- a/script.coffee +++ b/script.coffee @@ -1982,10 +1982,11 @@ main = float: left; } #qr_form { - clear: both; + clear: left; + margin: 0px; } #qr textarea { - width: 302px; + width: 100%; height: 120px; margin: 0px; }