From a55ed54dddbc450413619003dc186e7f02534942 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 15 May 2011 09:41:27 -0700 Subject: [PATCH] Revert "bigger textarea" This reverts commit aa5f91566e42be278b45227908ca68974761fe3b. herp, wrong textarea.... --- 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..ad36bd66f 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2476,7 +2476,7 @@ text-align: right;\ }\ #options textarea {\ - height: 120px;\ + height: 100px;\ width: 500px;\ }\ \ diff --git a/script.coffee b/script.coffee index f32caf8ce..e4c175754 100644 --- a/script.coffee +++ b/script.coffee @@ -1938,7 +1938,7 @@ main = text-align: right; } #options textarea { - height: 120px; + height: 100px; width: 500px; }