X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=contents.css;h=81e76d564e25b7617f37f3b3dd8c86da662a0613;hp=d8ba947c48aaecbdf707dfbf28be19b3d589bdb2;hb=57bde48ab8a99810fe524a8b511b2f501bf7f318;hpb=10cdc4f5281828f2edcee3782050b80af5183f50 diff --git a/contents.css b/contents.css index d8ba947..81e76d5 100644 --- a/contents.css +++ b/contents.css @@ -89,13 +89,6 @@ img.left padding: 5px; } -/* #10868: We use :not() selector to exclude IE8, which crashes on img:hover style. */ -:not(.ie8) img:hover -{ - opacity: .9; - filter: alpha(opacity = 90); -} - pre { white-space: pre-wrap; /* CSS 2.1 */ @@ -106,3 +99,8 @@ pre { background-color: Yellow; } + +span[lang] +{ + font-style: italic; +}