Commit e3d799fc authored by Zlatan Vasović's avatar Zlatan Vasović
Browse files

';' isn't needed

parent 9966d035
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment