aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin53351 -> 53351 bytes
-rw-r--r--docs/components.html3
-rw-r--r--docs/templates/pages/components.mustache3
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index fd30c5c35..ddf89c1f4 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/components.html b/docs/components.html
index 8becc684f..6c3ab999f 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -908,6 +908,9 @@
</ul>
</pre>
<p><a class="btn" href="./javascript.html#dropdowns">Get the javascript &rarr;</a></p>
+ <hr>
+ <h3>Text in the navbar</h3>
+ <p>Wrap strings of text in a <code>&lt;p&gt;</code> tag for proper leading and color.</p>
</div><!-- /.span -->
</div><!-- /.row -->
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 94f9da146..ad0b62361 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -832,6 +832,9 @@
&lt;/ul&gt;
</pre>
<p><a class="btn" href="./javascript.html#dropdowns">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
+ <hr>
+ <h3>{{_i}}Text in the navbar{{/i}}</h3>
+ <p>{{_i}}Wrap strings of text in a <code>&lt;p&gt;</code> tag for proper leading and color.{{/i}}</p>
</div><!-- /.span -->
</div><!-- /.row -->