diff options
| author | Chris Rebert <[email protected]> | 2013-12-13 14:31:15 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-13 14:31:15 -0800 |
| commit | de6b9e9df1aea04df38d6195b9aad0f5757ce726 (patch) | |
| tree | 4bf08a437ad8a8865d071883c8a5860a686148af | |
| parent | 5f9ecc7351df9bc45117ffe7c8ab51d3571ef878 (diff) | |
| parent | e3d799fca3f64211c74c13b4ea85ad6a33d693b9 (diff) | |
| download | bootstrap-de6b9e9df1aea04df38d6195b9aad0f5757ce726.tar.xz bootstrap-de6b9e9df1aea04df38d6195b9aad0f5757ce726.zip | |
Merge pull request #11874 from ZDroid/hotfix
';' isn't needed
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 4bfd44904..dbe9ed4a7 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -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 |
