Merge remote-tracking branch 'dpvc/develop' into develop

This commit is contained in:
Davide P. Cervone 2015-01-22 10:16:31 -05:00
commit b86a77bee3

View File

@ -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)},