From 8bb7def26cac4d3166fbf2cc98f16c4151794676 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 21:23:28 -0700 Subject: 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 ++++++++++-------- 2 files changed, 11 insertions(+), 13 deletions(-) (limited to '_includes') diff --git a/_includes/nav-components.html b/_includes/nav-components.html index c9cb2729d..dcb4374ef 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 6250c2b8d..197bad2d8 100644 --- a/_includes/nav-main.html +++ b/_includes/nav-main.html @@ -1,13 +1,15 @@