From f9a47e3a5fc1f91f041f2d8cb264f1d5af142126 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 12:42:37 -0800 Subject: Refine containers and navbars * Don't reset width on .container, .navbar-* .container, etc * Instead, use max-width to ensure proper styling for all navbars --- docs/assets/css/bootstrap.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 30512c734..a227de682 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -223,10 +223,8 @@ a:hover { border-radius: 500px; } -.container, -.navbar-fixed-top .container, -.navbar-fixed-bottom .container { - width: 940px; +.container { + max-width: 940px; } .row { @@ -5458,10 +5456,8 @@ a.badge:hover { } @media (min-width: 1200px) { - .container, - .navbar-fixed-top .container, - .navbar-fixed-bottom .container { - width: 1170px; + .container { + max-width: 1170px; } .row { margin-right: -15px; -- cgit v1.2.3