aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
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