We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbaf14 commit ba82593Copy full SHA for ba82593
lib/codemirror.css
@@ -206,9 +206,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
206
display: inline-block;
207
vertical-align: top;
208
margin-bottom: -30px;
209
- /* Hack to make IE7 behave */
210
- *zoom:1;
211
- *display:inline;
212
}
213
.CodeMirror-gutter-wrapper {
214
position: absolute;
@@ -327,9 +324,6 @@ div.CodeMirror-dragcursors {
327
324
background: rgba(255, 255, 0, .4);
328
325
329
326
330
-/* IE7 hack to prevent it from returning funny offsetTops on the spans */
331
-.CodeMirror span { *vertical-align: text-bottom; }
332
-
333
/* Used to force a border model for a node */
334
.cm-force-border { padding-right: .1px; }
335
0 commit comments