From 8bb7def26cac4d3166fbf2cc98f16c4151794676 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 21:23:28 -0700 Subject: [PATCH] Navbar refactor * Now responsive by default (fits better with mobile-first approach) * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle` for proper mobile display. * Changed `.nav-collapse` to `.navbar-collapse` * Simplified examples in docs --- _includes/nav-components.html | 6 +- _includes/nav-main.html | 18 +- assets/css/docs.css | 19 +- components.html | 483 ++++++++++++++-------------------- dist/css/bootstrap.css | 360 ++++++++++++++++--------- dist/css/bootstrap.min.css | 2 +- less/dropdowns.less | 5 + less/navbar.less | 356 ++++++++++++++++--------- 8 files changed, 696 insertions(+), 553 deletions(-) diff --git a/_includes/nav-components.html b/_includes/nav-components.html index c9cb2729dd..dcb4374ef4 100644 --- a/_includes/nav-components.html +++ b/_includes/nav-components.html @@ -52,9 +52,7 @@
  • Navbar
  • diff --git a/_includes/nav-main.html b/_includes/nav-main.html index 6250c2b8dc..197bad2d83 100644 --- a/_includes/nav-main.html +++ b/_includes/nav-main.html @@ -1,13 +1,15 @@