X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=4a62289e5fc8d51d03f2b9f62c8b2733dec87a05;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=929015ca87e4fb23d4d4851ec1ffb7c4eaf6eeb1;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/contents.css b/contents.css index 929015c..4a62289 100644 --- a/contents.css +++ b/contents.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -16,20 +16,8 @@ body background-color: #fff; } -html +/* preserved spaces for rtl list item bullets. (#6249)*/ +ol,ul,dl { - /* #3658: [IE6] Editor document has horizontal scrollbar on long lines - To prevent this misbehavior, we show the scrollbar always */ - _overflow-y: scroll -} - -img:-moz-broken -{ - -moz-force-broken-image-icon : 1; - width : 24px; - height : 24px; -} -img, input, textarea -{ - cursor: default; + padding-right:40px; }