From: Zlatan Vasović Date: Fri, 13 Dec 2013 22:15:02 +0000 (+0100) Subject: ';' isn't needed X-Git-Tag: v3.1.0~145^2^2~16^2^2~1^2^2~3^2~4^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11874%2Fhead;p=thirdparty%2Fbootstrap.git ';' isn't needed --- diff --git a/less/mixins.less b/less/mixins.less index b5beaddf28..1a2a97ae4f 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