1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

fixes #9582: restore img-responsive as a class and move it's mixin to mixins.less

This commit is contained in:
Mark Otto
2013-08-15 00:46:18 -07:00
parent 1b6a5bbca2
commit fee3f1e733
4 changed files with 26 additions and 11 deletions

View File

@@ -344,6 +344,12 @@ img {
vertical-align: middle;
}
.img-responsive {
display: block;
height: auto;
max-width: 100%;
}
.img-rounded {
border-radius: 6px;
}