remove max-width on img from reset and put in docs only, per #1552

This commit is contained in:
Mark Otto 2012-02-20 16:18:13 -08:00
parent 9c74f21966
commit 331c85724a
4 changed files with 1 additions and 4 deletions

Binary file not shown.

View File

@ -53,7 +53,6 @@ sub {
bottom: -0.25em; bottom: -0.25em;
} }
img { img {
max-width: 100%;
height: auto; height: auto;
border: 0; border: 0;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;

View File

@ -482,8 +482,7 @@ hr.soften {
/* Misc /* Misc
-------------------------------------------------- */ -------------------------------------------------- */
img {
.browser-support {
max-width: 100%; max-width: 100%;
} }

View File

@ -75,7 +75,6 @@ sub {
// ------------------------- // -------------------------
img { img {
max-width: 100%;
height: auto; height: auto;
border: 0; border: 0;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;