From: Henning Hoefer Date: Tue, 14 Aug 2012 00:10:07 +0000 (+0200) Subject: Fixed a typo in inverse navbar code sample X-Git-Tag: v2.1.0~2^2~66^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4372%2Fhead;p=thirdparty%2Fbootstrap.git Fixed a typo in inverse navbar code sample --- diff --git a/docs/components.html b/docs/components.html index 377c144719..bb9cdb8f5f 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1348,7 +1348,7 @@
-<div class="navbar navbar-subnav">
+<div class="navbar navbar-inverse">
   ...
 </div>
 
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index b9791514a1..91995cf7d5 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1277,7 +1277,7 @@ {{! /example }}
-<div class="navbar navbar-subnav">
+<div class="navbar navbar-inverse">
   ...
 </div>