One more place tht unEm should not have been used.
This commit is contained in:
parent
3e0f993d7f
commit
38ccfc4cbe
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -302,7 +302,7 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
|
|||
// Set width/position based on the type of column
|
||||
//
|
||||
if (CWIDTH[j].match(/%$/)) {
|
||||
var pp = HTMLCSS.unEm(CWIDTH[j]) * Wf;
|
||||
var pp = parseFloat(CWIDTH[j]) * Wf;
|
||||
if (f === 0) {
|
||||
CjStyle.width = (wp + pp) + "%"; xp += wp + pp;
|
||||
Cj = HTMLCSS.createBox(Cj); HTMLCSS.addBox(Cj,C[j].firstChild);
|
||||
|
|
Loading…
Reference in New Issue
Block a user