Upgrade to Bootstrap 3.3.5

This commit is contained in:
Mark McDowall 2015-06-21 23:19:24 -07:00
parent 2b6bac8104
commit 6f8cbc22be
34 changed files with 663 additions and 177 deletions

View file

@ -13,8 +13,8 @@
// Creates a wrapper for a series of columns
.make-row(@gutter: @grid-gutter-width) {
margin-left: (@gutter / -2);
margin-right: (@gutter / -2);
margin-left: ceil((@gutter / -2));
margin-right: floor((@gutter / -2));
&:extend(.clearfix all);
}