';' isn't needed

This commit is contained in:
Zlatan Vasović 2013-12-13 23:15:02 +01:00
parent 9966d035cd
commit e3d799fca3
1 changed files with 1 additions and 1 deletions

View File

@ -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