diff --git a/CHANGES.html b/CHANGES.html index 14174923d3..ca9f60af5a 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -51,6 +51,7 @@

  • #6263 : Some of the table cell's context menu options may be incorrectly disabled.
  • #6247 : Focus restores properly after float panel is closed.
  • #7173 : Enhancement to "autogrow" plugin makes it more accurate on editor size.
  • +
  • #7334 : [IE7] Indent style doesn't apply to RTL list.
  • Updated the following language files:
  • diff --git a/contents.css b/contents.css index 759b2606eb..98fe2d1c0f 100644 --- a/contents.css +++ b/contents.css @@ -16,8 +16,10 @@ body background-color: #fff; } -/* preserved spaces for rtl list item bullets. (#6249)*/ ol,ul,dl { + /* IE7: reset rtl list margin. (#7334) */ + *margin-right:0px; + /* preserved spaces for rtl list item bullets. (#6249)*/ padding-right:40px; }