Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed image:hover style which causes FF and IE issues (#10868, #109…
…39).
  • Loading branch information
Reinmar committed Oct 25, 2013
1 parent 2c90b87 commit 4986e13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contents.css
Expand Up @@ -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 */
Expand Down

0 comments on commit 4986e13

Please sign in to comment.