diff options
| author | Mark Otto <[email protected]> | 2013-04-13 23:17:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-13 23:17:39 -0700 |
| commit | 86bb3b8126c94ee8c839eac4d9120f3edeafefdd (patch) | |
| tree | d453f391aadac711e57630acd2570935e688d866 /less | |
| parent | eefddb1eab113de7aeb5d23c856e872841b4bef9 (diff) | |
| download | bootstrap-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.less | 1 |
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 |
