X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=4a62289e5fc8d51d03f2b9f62c8b2733dec87a05;hb=refs%2Ftags%2Fv3.6;hp=4ae7d4d3e58d4ec67f944f4794e291111dd9c105;hpb=1056598c95187351dc58f4991d331e2258d038b5;p=ckeditor.git diff --git a/contents.css b/contents.css index 4ae7d4d..4a62289 100644 --- a/contents.css +++ b/contents.css @@ -21,25 +21,3 @@ ol,ul,dl { padding-right:40px; } - -html -{ - /* #3658: [IE6] Editor document has horizontal scrollbar on long lines - To prevent this misbehavior, we show the scrollbar always */ - _overflow-y: scroll; - /* #6341: The text cursor must be set on the editor area. */ - cursor: text; - /* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/ - *cursor:auto; -} - -img:-moz-broken -{ - -moz-force-broken-image-icon : 1; - width : 24px; - height : 24px; -} -img, input, textarea -{ - cursor: default; -}