Skip to content

Commit ba82593

Browse files
committed
Remove IE7-related CSS kludges
1 parent 7dbaf14 commit ba82593

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/codemirror.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
206206
display: inline-block;
207207
vertical-align: top;
208208
margin-bottom: -30px;
209-
/* Hack to make IE7 behave */
210-
*zoom:1;
211-
*display:inline;
212209
}
213210
.CodeMirror-gutter-wrapper {
214211
position: absolute;
@@ -327,9 +324,6 @@ div.CodeMirror-dragcursors {
327324
background: rgba(255, 255, 0, .4);
328325
}
329326

330-
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
331-
.CodeMirror span { *vertical-align: text-bottom; }
332-
333327
/* Used to force a border model for a node */
334328
.cm-force-border { padding-right: .1px; }
335329

0 commit comments

Comments
 (0)