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.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 53f93a482..e9fb04f2d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -134,6 +134,9 @@ a:hover { float: left; margin-left: 20px; } +.container { + width: 940px; +} .span1 { width: 60px; } @@ -206,9 +209,6 @@ a:hover { .span24 { width: 1900px; } -.container { - width: 940px; -} .offset1 { margin-left: 100px; } -- cgit v1.2.3