From: Mark Otto Date: Tue, 13 Aug 2013 04:23:28 +0000 (-0700) Subject: Navbar refactor X-Git-Tag: v3.0.0-rc.2~10^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bb7def26cac4d3166fbf2cc98f16c4151794676;p=thirdparty%2Fbootstrap.git 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 --- 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 @@