2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

remove height: auto on images since it interferes with inline dimensions

This commit is contained in:
Mark Otto
2012-03-25 00:20:30 -07:00
parent 223c8358ce
commit 1837b8ef2c
3 changed files with 8 additions and 2 deletions
-1
View File
@@ -76,7 +76,6 @@ sub {
img {
max-width: 100%; // Make images inherently responsive
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;