From da526660e32b159ae8b0a2b554018ba771def63f Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 26 Sep 2011 16:42:11 -0700 Subject: [PATCH] Revert "larger input widths" This reverts commit d37dd3791c8f8b3e460c99a00ee5d1326cb50330. derp --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 32b6f1c02..07e9f7418 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3417,7 +3417,7 @@ max-width: 100px;\ }\ #qr input[name=resto] {\ - width: 90px;\ + width: 80px;\ }\ #qr button + input[type=file] {\ position: absolute;\ diff --git a/script.coffee b/script.coffee index 4994a5d51..92ae474ed 100644 --- a/script.coffee +++ b/script.coffee @@ -2618,7 +2618,7 @@ Main = max-width: 100px; } #qr input[name=resto] { - width: 90px; + width: 80px; } #qr button + input[type=file] { position: absolute;