]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
';' isn't needed 11874/head
authorZlatan Vasović <legospace9876@gmail.com>
Fri, 13 Dec 2013 22:15:02 +0000 (23:15 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Fri, 13 Dec 2013 22:15:02 +0000 (23:15 +0100)
less/mixins.less

index b5beaddf283ea5503b6edb3fec4be7976e1e5644..1a2a97ae4f71f6b4b178c9252d3fead5af1212dd 100644 (file)
 //
 // 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