Skip to content

Commit

Permalink
restore max-width 100% for images
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 23, 2012
1 parent 20da2c8 commit 50b2245
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
1 change: 1 addition & 0 deletions docs/assets/css/bootstrap.css
Expand Up @@ -57,6 +57,7 @@ sub {
bottom: -0.25em;
}
img {
max-width: 100%;
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
Expand Down
1 change: 1 addition & 0 deletions less/reset.less
Expand Up @@ -75,6 +75,7 @@ sub {
// -------------------------

img {
max-width: 100%; // Make images inherently responsive
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
Expand Down

0 comments on commit 50b2245

Please sign in to comment.