X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=contents.css;h=d8ba947c48aaecbdf707dfbf28be19b3d589bdb2;hp=8bbc51ce86efd3becaa28e48ec196b314d731837;hb=d60375b138c1d2c5a7a44a73949b6ba1a2379766;hpb=68ef8d0ffbb2949c9a62085b09dade9ce486f632 diff --git a/contents.css b/contents.css index 8bbc51c..d8ba947 100644 --- a/contents.css +++ b/contents.css @@ -73,21 +73,25 @@ hr border-top: 1px solid #ccc; } -img.right { - border: 1px solid #ccc; - float: right; - margin-left: 15px; - padding: 5px; +img.right +{ + border: 1px solid #ccc; + float: right; + margin-left: 15px; + padding: 5px; } -img.left { - border: 1px solid #ccc; - float: left; - margin-right: 15px; - padding: 5px; +img.left +{ + border: 1px solid #ccc; + float: left; + margin-right: 15px; + padding: 5px; } -img:hover { +/* #10868: We use :not() selector to exclude IE8, which crashes on img:hover style. */ +:not(.ie8) img:hover +{ opacity: .9; filter: alpha(opacity = 90); } @@ -98,6 +102,7 @@ pre word-wrap: break-word; /* IE7 */ } -.marker { - background-color: Yellow; +.marker +{ + background-color: Yellow; }