diff options
| author | Zlatan Vasović <[email protected]> | 2013-12-13 23:15:02 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-12-13 23:15:02 +0100 |
| commit | e3d799fca3f64211c74c13b4ea85ad6a33d693b9 (patch) | |
| tree | 8777d7193b2873b84dc05b55511c87aac5e87a24 | |
| parent | 9966d035cd35c510369286cbb645340bdd6ffc95 (diff) | |
| download | bootstrap-e3d799fca3f64211c74c13b4ea85ad6a33d693b9.tar.xz bootstrap-e3d799fca3f64211c74c13b4ea85ad6a33d693b9.zip | |
';' 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 b5beaddf2..1a2a97ae4 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -353,7 +353,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 |
