mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fixes #4146: IE7-8 responsive image helper
This commit is contained in:
parent
f25129361b
commit
8cda830eaf
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@ -67,6 +67,7 @@ sub {
|
||||
}
|
||||
|
||||
img {
|
||||
width: auto\9;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
vertical-align: middle;
|
||||
|
@ -78,6 +78,7 @@ sub {
|
||||
|
||||
img {
|
||||
max-width: 100%; // Make images inherently responsive
|
||||
width: auto\9; /* IE7-8 need help adjusting responsive images */
|
||||
height: auto; // Make images inherently responsive
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user