mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-21 02:01:51 +00:00
Add vertical-align: middle; to img elements
More info: h5bp.com/i/440
This commit is contained in:
parent
3d58b46226
commit
3ff78d138a
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ img {
|
||||||
height: auto;
|
height: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
-ms-interpolation-mode: bicubic;
|
-ms-interpolation-mode: bicubic;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Forms
|
// Forms
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue