From a736f139dccab60bdc057b9a38bb57328fdd0381 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 25 Sep 2016 17:07:15 -0700 Subject: [PATCH] Remove needless !important. --- src/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 48c8f5814..266d776a1 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -74,9 +74,9 @@ body.hasDropDownNav{ } /* 4chan style fixes */ -.opContainer, .op { - display: block !important; - overflow: visible !important; +div.opContainer, div.op { + display: block; + overflow: visible; } .reply > .file > .fileText { margin: 0 20px;