From de0ca209005e881ea425c6d4c3c118c6afe6307e Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 25 Oct 2023 13:45:15 -0700 Subject: [PATCH] Remove incompatible CSS Original commit: 09fc9c374ea428266270ea1625a120d81f029f47 --- styles/_code-tabs.scss | 5 ----- styles/_pages.scss | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/styles/_code-tabs.scss b/styles/_code-tabs.scss index de983d57aa..5a414501b8 100644 --- a/styles/_code-tabs.scss +++ b/styles/_code-tabs.scss @@ -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 */ diff --git a/styles/_pages.scss b/styles/_pages.scss index 400ffab47d..5b8c5d3a27 100644 --- a/styles/_pages.scss +++ b/styles/_pages.scss @@ -1022,7 +1022,7 @@ .page-docs-index { &::before { - background-image: url(../../img/backgrounds/docs-splash.svg); + // background-image: url(../../img/backgrounds/docs-splash.svg); // missing image. background-position-x: right; }