aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-13 23:17:39 -0700
committerMark Otto <[email protected]>2013-04-13 23:17:39 -0700
commit86bb3b8126c94ee8c839eac4d9120f3edeafefdd (patch)
treed453f391aadac711e57630acd2570935e688d866 /less
parenteefddb1eab113de7aeb5d23c856e872841b4bef9 (diff)
downloadbootstrap-86bb3b8126c94ee8c839eac4d9120f3edeafefdd.tar.xz
bootstrap-86bb3b8126c94ee8c839eac4d9120f3edeafefdd.zip
IE8 doesn't need help with responsive images, they work just dandy apparently (see http://jsbin.com/idesit/1)
Diffstat (limited to 'less')
-rw-r--r--less/scaffolding.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 7d06e35b2..793660710 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -71,7 +71,6 @@ a:focus {
img {
// Responsive images (ensure images don't scale beyond their parents)
max-width: 100%; // Part 1: Set a maxium relative to the parent
- width: auto\9; // IE8 need help adjusting responsive images
height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching
// Match vertical alignment with other comment elements