From ce140662a0a52d8ff2cd1acee4a57591d336249d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 19 Jun 2012 20:01:03 -0700 Subject: remove unused container reset --- less/mixins.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'less') diff --git a/less/mixins.less b/less/mixins.less index 4f204d1af..bc9fe1e93 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -578,9 +578,7 @@ } // Set the container width, and override it for fixed navbars in media queries - .container, - .navbar-fixed-top .container, - .navbar-fixed-bottom .container { .span(@gridColumns); } + .container { .span(@gridColumns); } // generate .spanX and .offsetX .spanX (@gridColumns); -- cgit v1.2.3