Handle indentshift properly in HTML-CSS output (don't need to scale it)
This commit is contained in:
parent
b06c7a5f20
commit
3d4bc8cd0f
|
@ -2943,7 +2943,6 @@
|
||||||
node.style.textAlign = values.indentalign;
|
node.style.textAlign = values.indentalign;
|
||||||
// ### FIXME: make percentage widths respond to changes in container
|
// ### FIXME: make percentage widths respond to changes in container
|
||||||
if (shift) {
|
if (shift) {
|
||||||
shift *= HTMLCSS.scale;
|
|
||||||
HUB.Insert(span.style,({
|
HUB.Insert(span.style,({
|
||||||
left: {marginLeft: HTMLCSS.Em(shift)},
|
left: {marginLeft: HTMLCSS.Em(shift)},
|
||||||
right: {marginRight: HTMLCSS.Em(-shift)},
|
right: {marginRight: HTMLCSS.Em(-shift)},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user