File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 199
199
".mjx-test-inline .mjx-left-box" : {
200
200
display : "inline-block" ,
201
201
width : 0 ,
202
- float :"left"
202
+ " float" :"left"
203
203
} ,
204
204
".mjx-test-inline .mjx-right-box" : {
205
205
display : "inline-block" ,
206
206
width : 0 ,
207
- float :"right"
207
+ " float" :"right"
208
208
} ,
209
209
".mjx-test-display .mjx-right-box" : {
210
210
display : "table-cell!important" ,
Original file line number Diff line number Diff line change 374
374
".mjx-test-inline .MathJax_left_box" : {
375
375
display : "inline-block" ,
376
376
width : 0 ,
377
- float :"left"
377
+ " float" :"left"
378
378
} ,
379
379
".mjx-test-inline .MathJax_right_box" : {
380
380
display : "inline-block" ,
381
381
width : 0 ,
382
- float :"right"
382
+ " float" :"right"
383
383
} ,
384
384
".mjx-test-display .MathJax_right_box" : {
385
385
display : ( oldIE ? "block" : "table-cell" ) + "!important" ,
Original file line number Diff line number Diff line change 135
135
".mjx-test-inline .MathJax_SVG_left_box" : {
136
136
display : "inline-block" ,
137
137
width : 0 ,
138
- float :"left"
138
+ " float" :"left"
139
139
} ,
140
140
".mjx-test-inline .MathJax_SVG_right_box" : {
141
141
display : "inline-block" ,
142
142
width : 0 ,
143
- float :"right"
143
+ " float" :"right"
144
144
} ,
145
145
".mjx-test-display .MathJax_SVG_right_box" : {
146
146
display : "table-cell!important" ,
You can’t perform that action at this time.
0 commit comments