Updates for compatibility

This commit is contained in:
narcolepticinsomniac 2017-12-07 07:57:11 -05:00 committed by GitHub
parent 16da61739d
commit 5426a83a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -576,9 +576,6 @@ html:not(.usercss) .applies-to li:last-child .add-applies-to {
top: 1em; top: 1em;
margin: 1ex 0; margin: 1ex 0;
} }
.firefox .beautify-options > label input {
top: 1px;
}
.beautify-options:after { .beautify-options:after {
clear: both; clear: both;
display: block; display: block;
@ -809,9 +806,3 @@ html:not(.usercss) .usercss-only,
white-space: normal; white-space: normal;
} }
} }
@supports (-moz-appearance: none) {
#header button {
padding: 0 3px 2px;
}
}