From fa330f308aace22886fee3dbacbcbd4f8adb0fe6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Aug 2013 15:19:59 -0700 Subject: [PATCH] Overhaul navbar alignment (.pull-) utilities (fixes #9440) Now navbars have their own float utility classes, mixin-ed versions of `.pull-left` and `.pull-right`. * Removed chained `.navbar-nav.pull-right` * Added `.navbar-left` and `.navbar-right` as mixins of the default float utilities, but only above the `@grid-float-breakpoint` to match the new navbar behavior * Updated components docs to match the new changeas * Added callout about component alignment here to explain the new classes --- components.html | 11 ++++++----- dist/css/bootstrap.css | 24 ++++++++++++++++-------- dist/css/bootstrap.min.css | 2 +- less/navbar.less | 30 +++++++++++++++++++----------- 4 files changed, 42 insertions(+), 25 deletions(-) diff --git a/components.html b/components.html index ef98af5413..17a96e86bd 100644 --- a/components.html +++ b/components.html @@ -1128,13 +1128,13 @@ base_url: "../" - - - -