Commit 175a1125 authored by Mark Otto's avatar Mark Otto

fix #9239 by restoring old ie8 responsive img foo

parent 5e73cc90
...@@ -2815,6 +2815,10 @@ button.close { ...@@ -2815,6 +2815,10 @@ button.close {
background-color: #e5e5e5; background-color: #e5e5e5;
} }
.nav > li > a > img {
max-width: none;
}
.nav-tabs { .nav-tabs {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -60,6 +60,12 @@ ...@@ -60,6 +60,12 @@
.nav-divider { .nav-divider {
.nav-divider(); .nav-divider();
} }
// Prevent IE8 from misplacing imgs
// See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989
> li > a > img {
max-width: none;
}
} }
......
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