Skip to content

Commit

Permalink
(less) fixes twbs#4146: IE7-8 responsive image helper
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 3, 2012
1 parent 0e06523 commit cb325a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ sub {

img {
max-width: 100%; // Make images inherently responsive
width: auto\9; /* IE7-8 need help adjusting responsive images */
height: auto; // Make images inherently responsive
vertical-align: middle;
border: 0;
Expand Down

0 comments on commit cb325a3

Please sign in to comment.