mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-30 08:44:42 +00:00
remove height: auto on images since it interferes with inline dimensions
This commit is contained in:
parent
223c8358ce
commit
1837b8ef2c
3 changed files with 8 additions and 2 deletions
Binary file not shown.
9
docs/assets/css/bootstrap.css
vendored
9
docs/assets/css/bootstrap.css
vendored
|
|
@ -58,7 +58,6 @@ sub {
|
|||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border: 0;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
vertical-align: middle;
|
||||
|
|
@ -3674,6 +3673,14 @@ a.badge:hover {
|
|||
background-position: 0 0;
|
||||
}
|
||||
}
|
||||
@-o-keyframes progress-bar-stripes {
|
||||
from {
|
||||
background-position: 0 0;
|
||||
}
|
||||
to {
|
||||
background-position: 40px 0;
|
||||
}
|
||||
}
|
||||
@keyframes progress-bar-stripes {
|
||||
from {
|
||||
background-position: 40px 0;
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@ sub {
|
|||
|
||||
img {
|
||||
max-width: 100%; // Make images inherently responsive
|
||||
height: auto;
|
||||
border: 0;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
vertical-align: middle;
|
||||
|
|
|
|||
Loading…
Reference in a new issue