Skip to content

Commit

Permalink
[ticket/12598] Add IE8 hax to avatar (to exclude IE9)
Browse files Browse the repository at this point in the history
PHPBB3-12598
  • Loading branch information
PayBas committed Aug 23, 2014
1 parent 0e60357 commit f11ad12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpBB/styles/prosilver/theme/tweaks.css
Expand Up @@ -77,7 +77,7 @@ dd.option {

/* IE8 often can't handle max-width in %, so we use px instead */
.postprofile .avatar img {
max-width: 150px;
max-width: 150px\9;
}

/* Border-radius bleed fix in IE9 */
Expand Down

0 comments on commit f11ad12

Please sign in to comment.