1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Revert "refactor row generation"

This reverts commit 7c6eff62eb.

I'm an idiot.
This commit is contained in:
Thomas McDonald 2012-03-29 17:01:42 +01:00
parent 5b4a041f1a
commit 4acc32bc81

View file

@ -512,7 +512,8 @@
}
.row {
@include makeRow();
margin-left: $gridGutterWidth * -1;
@include clearfix();
}
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {