Remove needless !important.

This commit is contained in:
ccd0 2016-09-25 17:07:15 -07:00
parent 1927cbfe11
commit a736f139dc

View File

@ -74,9 +74,9 @@ body.hasDropDownNav{
} }
/* 4chan style fixes */ /* 4chan style fixes */
.opContainer, .op { div.opContainer, div.op {
display: block !important; display: block;
overflow: visible !important; overflow: visible;
} }
.reply > .file > .fileText { .reply > .file > .fileText {
margin: 0 20px; margin: 0 20px;