X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=263d3985ac9cc1e08d0de7f1bc69d90c38b7c906;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=4a62289e5fc8d51d03f2b9f62c8b2733dec87a05;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/contents.css b/contents.css index 4a62289..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 */ @@ -16,8 +16,10 @@ body background-color: #fff; } -/* preserved spaces for rtl list item bullets. (#6249)*/ ol,ul,dl { - padding-right:40px; + /* IE7: reset rtl list margin. (#7334) */ + *margin-right:0px; + /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/ + padding:0 40px; }