Handle indentshift properly in HTML-CSS output (don't need to scale it)

This commit is contained in:
Davide P. Cervone 2015-08-26 06:39:23 -04:00
parent b06c7a5f20
commit 3d4bc8cd0f

View File

@ -2943,7 +2943,6 @@
node.style.textAlign = values.indentalign;
// ### FIXME: make percentage widths respond to changes in container
if (shift) {
shift *= HTMLCSS.scale;
HUB.Insert(span.style,({
left: {marginLeft: HTMLCSS.Em(shift)},
right: {marginRight: HTMLCSS.Em(-shift)},