From fbebb046f7134eaed90492bfc67720337c4b625e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Feb 2012 22:34:25 -0800 Subject: fix navbar container for default 940px grid per #2194 --- docs/assets/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 5e3175306..2881d6a84 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2740,6 +2740,9 @@ button.btn.btn-small, input[type="submit"].btn.btn-small { -moz-border-radius: 0; border-radius: 0; } +.navbar-fixed-top .container, .navbar-fixed-bottom .container { + width: 940px; +} .navbar-fixed-top { top: 0; } -- cgit v1.2.3