Use image mode for Opera Mini
This commit is contained in:
parent
f215e3b5a9
commit
d5198047f2
File diff suppressed because one or more lines are too long
|
@ -2147,6 +2147,7 @@
|
|||
},
|
||||
|
||||
Opera: function (browser) {
|
||||
var isMini = (navigator.appVersion.match("Opera Mini") != null);
|
||||
HTMLCSS.config.styles[".MathJax .merror"]["vertical-align"] = null;
|
||||
HTMLCSS.Augment({
|
||||
operaHeightBug: true,
|
||||
|
@ -2155,7 +2156,7 @@
|
|||
zeroWidthBug: true,
|
||||
FontFaceBug: true,
|
||||
PaddingWidthBug: true,
|
||||
allowWebFonts: (browser.versionAtLeast("10.0") ? "otf" : false)
|
||||
allowWebFonts: (browser.versionAtLeast("10.0") && !isMini ? "otf" : false)
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user