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 */
.opContainer, .op {
display: block !important;
overflow: visible !important;
div.opContainer, div.op {
display: block;
overflow: visible;
}
.reply > .file > .fileText {
margin: 0 20px;