commit b86a77bee306f02c6423c086f9f64359e0b6ddaa
parent af8efeafd5591347f2c54929096bab1430457b28
Author: Davide P. Cervone <dpvc@union.edu>
Date: Thu, 22 Jan 2015 10:16:31 -0500
Merge remote-tracking branch 'dpvc/develop' into develop
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
@@ -2890,7 +2890,7 @@
node.style.textAlign = values.indentalign;
// ### FIXME: make percentage widths respond to changes in container
if (shift) {
- shift *= HTMLCSS.scale * HTMLCSS.em/HTMLCSS.outerEm;
+ shift *= HTMLCSS.em/HTMLCSS.outerEm;
HUB.Insert(span.style,({
left: {marginLeft: HTMLCSS.Em(shift)},
right: {marginLeft: HTMLCSS.Em(Math.max(0,span.bbox.w+shift)), marginRight: HTMLCSS.Em(-shift)},