1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00:00

Merge pull request #11874 from ZDroid/hotfix

';' isn't needed
This commit is contained in:
Chris Rebert 2013-12-13 14:31:15 -08:00
commit de6b9e9df1

View File

@ -354,7 +354,7 @@
//
// Keep images from scaling beyond the width of their parents.
.img-responsive(@display: block;) {
.img-responsive(@display: block) {
display: @display;
max-width: 100%; // Part 1: Set a maximum relative to the parent
height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching