Fix CSS for IE < 8.

This commit is contained in:
Davide P. Cervone 2016-05-17 16:56:56 -04:00
parent 97ab12ea52
commit 422065a0c1

View File

@ -282,8 +282,8 @@
},
".MathJax.MathJax_FullWidth": {
display: "table-cell!important",
width: "10000em!important"
display: (oldIE ? "block" : "table-cell") + "!important",
width: (oldIE ? "100%" : "10000em") + "!important"
},
".MathJax img, .MathJax nobr, .MathJax a": {
@ -339,7 +339,7 @@
"min-height": 0, "max-height":"none"
},
".MathJax_LineBox": {
display: (oldIE ? "inline-block" : "table-cell") + "!important",
display: (oldIE ? "block" : "table-cell") + "!important",
width: (oldIE ? "100%" : "10000em") + "!important",
"min-width":0, "max-width":"none",
padding:0, border:0, margin:0