X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=263d3985ac9cc1e08d0de7f1bc69d90c38b7c906;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=e6cbc0788f5e62395c9d8a244f3793456c855e37;hpb=f0610347140239143439a511ee2bd48cb784f470;p=ckeditor.git diff --git a/contents.css b/contents.css index e6cbc07..263d398 100644 --- a/contents.css +++ b/contents.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -20,6 +20,6 @@ ol,ul,dl { /* IE7: reset rtl list margin. (#7334) */ *margin-right:0px; - /* preserved spaces for rtl list item bullets. (#6249)*/ - padding-right:40px; + /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/ + padding:0 40px; }