Remove incompatible CSS

Original commit: 09fc9c374e
This commit is contained in:
mDuo13
2023-10-25 13:45:15 -07:00
parent c566aa9401
commit de0ca20900
2 changed files with 1 additions and 6 deletions

View File

@@ -391,9 +391,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: $warning;}
padding-bottom: 30px;
margin-bottom: -32px;
display: inline-block;
/* Hack to make IE7 behave */
*zoom:1;
*display:inline;
}
.CodeMirror-gutter-elt {
position: absolute;
@@ -480,8 +477,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: $warning;}
background: rgba(255, 255, 0, .4);
}
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }
@media print {
/* Hide the cursor when printing */