aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHenning Hoefer <[email protected]>2012-08-14 02:10:07 +0200
committerHenning Hoefer <[email protected]>2012-08-14 02:10:07 +0200
commita74457a203a967eb5db216b76fcf4c600c70d901 (patch)
treefee386c00d775b333d216fe6d535feee70292cae /docs
parentcf4fd1abbefc5b4d28c5839f1011bd33d420c467 (diff)
downloadbootstrap-a74457a203a967eb5db216b76fcf4c600c70d901.tar.xz
bootstrap-a74457a203a967eb5db216b76fcf4c600c70d901.zip
Fixed a typo in inverse navbar code sample
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html2
-rw-r--r--docs/templates/pages/components.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html
index 377c14471..bb9cdb8f5 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1348,7 +1348,7 @@
</div><!-- /navbar -->
</div>
<pre class="prettyprint linenums">
-&lt;div class="navbar navbar-subnav"&gt;
+&lt;div class="navbar navbar-inverse"&gt;
...
&lt;/div&gt;
</pre>
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index b9791514a..91995cf7d 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -1277,7 +1277,7 @@
</div><!-- /navbar -->
</div>{{! /example }}
<pre class="prettyprint linenums">
-&lt;div class="navbar navbar-subnav"&gt;
+&lt;div class="navbar navbar-inverse"&gt;
...
&lt;/div&gt;
</pre>