Skip to content

Commit

Permalink
#7334: CSS reset of RTL list in IE6/7.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.ckeditor.com/CKEditor/trunk@6922 da63caf2-3823-0410-a1e8-d69ccee00dfb
  • Loading branch information
garry.yao committed May 11, 2011
1 parent f9e74d6 commit 5be977d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h3>
<li><a href="http://dev.ckeditor.com/ticket/6263">#6263</a> : Some of the table cell's context menu options may be incorrectly disabled.</li>
<li><a href="http://dev.ckeditor.com/ticket/6247">#6247</a> : Focus restores properly after float panel is closed.</li>
<li><a href="http://dev.ckeditor.com/ticket/7173">#7173</a> : Enhancement to "autogrow" plugin makes it more accurate on editor size.</li>
<li><a href="http://dev.ckeditor.com/ticket/7334">#7334</a> : [IE7] Indent style doesn't apply to RTL list.</li>
<li>Updated the following language files:<ul>
<li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li>
</ul></li>
Expand Down
4 changes: 3 additions & 1 deletion contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 5be977d

Please sign in to comment.