mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
add small section to navbar docs on text in the component, per #2035
This commit is contained in:
parent
1455bc9f8f
commit
ec05ebc5ed
3 changed files with 6 additions and 0 deletions
Binary file not shown.
|
|
@ -908,6 +908,9 @@
|
|||
</ul>
|
||||
</pre>
|
||||
<p><a class="btn" href="./javascript.html#dropdowns">Get the javascript →</a></p>
|
||||
<hr>
|
||||
<h3>Text in the navbar</h3>
|
||||
<p>Wrap strings of text in a <code><p></code> tag for proper leading and color.</p>
|
||||
</div><!-- /.span -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
|
|
|
|||
3
docs/templates/pages/components.mustache
vendored
3
docs/templates/pages/components.mustache
vendored
|
|
@ -832,6 +832,9 @@
|
|||
</ul>
|
||||
</pre>
|
||||
<p><a class="btn" href="./javascript.html#dropdowns">{{_i}}Get the javascript →{{/i}}</a></p>
|
||||
<hr>
|
||||
<h3>{{_i}}Text in the navbar{{/i}}</h3>
|
||||
<p>{{_i}}Wrap strings of text in a <code><p></code> tag for proper leading and color.{{/i}}</p>
|
||||
</div><!-- /.span -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue