From e3ae517555fb9500493fde8efeef4a9788cd3264 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 21 Feb 2012 15:21:18 -0800 Subject: move container up in default grid mixin --- docs/assets/css/bootstrap-responsive.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/assets/css/bootstrap-responsive.css') diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 4fa386dac..a5ebd1144 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -174,6 +174,9 @@ float: left; margin-left: 20px; } + .container { + width: 724px; + } .span1 { width: 42px; } @@ -246,9 +249,6 @@ .span24 { width: 1468px; } - .container { - width: 724px; - } .offset1 { margin-left: 82px; } @@ -607,6 +607,9 @@ float: left; margin-left: 30px; } + .container { + width: 1170px; + } .span1 { width: 70px; } @@ -679,9 +682,6 @@ .span24 { width: 2370px; } - .container { - width: 1170px; - } .offset1 { margin-left: 130px; } -- cgit v1.2.3