mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
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:
parent
858d0e284a
commit
22fc8fdc8a
2 changed files with 3 additions and 2 deletions
|
|
@ -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;",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue