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; padding-bottom: 30px;
margin-bottom: -32px; margin-bottom: -32px;
display: inline-block; display: inline-block;
/* Hack to make IE7 behave */
*zoom:1;
*display:inline;
} }
.CodeMirror-gutter-elt { .CodeMirror-gutter-elt {
position: absolute; position: absolute;
@@ -480,8 +477,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: $warning;}
background: rgba(255, 255, 0, .4); 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 { @media print {
/* Hide the cursor when printing */ /* Hide the cursor when printing */

View File

@@ -1022,7 +1022,7 @@
.page-docs-index { .page-docs-index {
&::before { &::before {
background-image: url(../../img/backgrounds/docs-splash.svg); // background-image: url(../../img/backgrounds/docs-splash.svg); // missing image.
background-position-x: right; background-position-x: right;
} }