From 4acc32bc81e7f8ec798e9122be8eec4328c7cd7e Mon Sep 17 00:00:00 2001 From: Thomas McDonald Date: Thu, 29 Mar 2012 17:01:42 +0100 Subject: [PATCH] Revert "refactor row generation" This reverts commit 7c6eff62ebb1ac756da0889f779540704d441255. I'm an idiot. --- vendor/assets/stylesheets/bootstrap/_mixins.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/assets/stylesheets/bootstrap/_mixins.scss b/vendor/assets/stylesheets/bootstrap/_mixins.scss index 71f6df00..50869d2a 100644 --- a/vendor/assets/stylesheets/bootstrap/_mixins.scss +++ b/vendor/assets/stylesheets/bootstrap/_mixins.scss @@ -512,7 +512,8 @@ } .row { - @include makeRow(); + margin-left: $gridGutterWidth * -1; + @include clearfix(); } .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {