From e94d22dacc5b5f5562169d6a1f8d20438f39fbd5 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 16 Jul 2012 00:56:50 +0200 Subject: [PATCH] `#qp .inline {display: none}` is not necessary anymore. --- 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 0e9ba7e25..cd0aab8e2 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -5227,7 +5227,7 @@ a[href="javascript:;"] {\ #content > [name=tab]:not(:checked) + div,\ #updater:not(:hover) > :not(.move),\ .autohide:not(:hover) > form,\ -#qp input, #qp .inline, .forwarded {\ +#qp input, .forwarded {\ display: none !important;\ }\ \ diff --git a/script.coffee b/script.coffee index 5353a1405..8783886a4 100644 --- a/script.coffee +++ b/script.coffee @@ -4100,7 +4100,7 @@ a[href="javascript:;"] { #content > [name=tab]:not(:checked) + div, #updater:not(:hover) > :not(.move), .autohide:not(:hover) > form, -#qp input, #qp .inline, .forwarded { +#qp input, .forwarded { display: none !important; }