Commit 331c8572 authored by Mark Otto's avatar Mark Otto

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

parent 9c74f219
...@@ -53,7 +53,6 @@ sub { ...@@ -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;
......
...@@ -482,8 +482,7 @@ hr.soften { ...@@ -482,8 +482,7 @@ hr.soften {
/* Misc /* Misc
-------------------------------------------------- */ -------------------------------------------------- */
img {
.browser-support {
max-width: 100%; max-width: 100%;
} }
......
...@@ -75,7 +75,6 @@ sub { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment