Commit de6b9e9d authored by Chris Rebert's avatar Chris Rebert

Merge pull request #11874 from ZDroid/hotfix

';' isn't needed
parents 5f9ecc73 e3d799fc
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
// //
// Keep images from scaling beyond the width of their parents. // Keep images from scaling beyond the width of their parents.
.img-responsive(@display: block;) { .img-responsive(@display: block) {
display: @display; display: @display;
max-width: 100%; // Part 1: Set a maximum relative to the parent 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 height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment