X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=e6cbc0788f5e62395c9d8a244f3793456c855e37;hb=f0610347140239143439a511ee2bd48cb784f470;hp=a4efda1c670b1f1b0a5492e97a0a409fdd3abafa;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/contents.css b/contents.css index a4efda1..e6cbc07 100644 --- a/contents.css +++ b/contents.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, 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,10 @@ body background-color: #fff; } -html +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; + /* IE7: reset rtl list margin. (#7334) */ + *margin-right:0px; + /* preserved spaces for rtl list item bullets. (#6249)*/ + padding-right:40px; }