RichText: EncodeHTML list-style-position now default (not inside)

git-svn-id: svn://ultimatepp.org/upp/trunk@10182 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-08-25 07:19:37 +00:00
parent 858d0e284a
commit 22fc8fdc8a
2 changed files with 3 additions and 2 deletions

View file

@ -72,7 +72,7 @@ String HtmlParaStyle(const RichPara::Format& f, Zoom z)
case RichPara::BULLET_BOX:
case RichPara::BULLET_BOXWHITE: style << "square"; break;
}
style << ";list-style-position:inside;";
// style << ";list-style-position:inside;";
lm += 20;
}
style << Format("margin:%dpx %dpx %dpx %dpx;text-indent:%dpx;",