Changeset 3532:3c9cac9dbe38 for admin/js/codemirror/lib/codemirror.css
- Timestamp:
- 02/22/17 23:35:46 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/codemirror/lib/codemirror.css
- Property exe deleted
r3251 r3532 207 207 vertical-align: top; 208 208 margin-bottom: -30px; 209 /* Hack to make IE7 behave */210 *zoom:1;211 *display:inline;212 209 } 213 210 .CodeMirror-gutter-wrapper { … … 253 250 overflow: visible; 254 251 -webkit-tap-highlight-color: transparent; 255 -webkit-font-variant-ligatures: none;256 font-variant-ligatures: none;252 -webkit-font-variant-ligatures: contextual; 253 font-variant-ligatures: contextual; 257 254 } 258 255 .CodeMirror-wrap pre { … … 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 327 /* Used to force a border model for a node */ 334 328 .cm-force-border { padding-right: .1px; }
Note: See TracChangeset
for help on using the changeset viewer.