aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-16 21:04:16 -0800
committerMark Otto <[email protected]>2012-02-16 21:04:16 -0800
commit0369c1fcfc22530171fdf6a1d6400767dc13f609 (patch)
tree5143a3a1cb708a2fe0f6af736e0238cff4e305a3 /docs/templates
parentc3d3cf7262ff53215f11ec4772c9c787643b33e2 (diff)
downloadbootstrap-0369c1fcfc22530171fdf6a1d6400767dc13f609.tar.xz
bootstrap-0369c1fcfc22530171fdf6a1d6400767dc13f609.zip
add mention of navbar vertical divider in docs
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/components.mustache8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 76c78d141..1887b6f77 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -804,6 +804,14 @@
&lt;li&gt;&lt;a href="#"&gt;{{_i}}Link{{/i}}&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>
+ <p>{{_i}}You can easily add dividers to your nav links with an empty list item and a simple class. Just add this between links:{{/i}}</p>
+<pre class="prettyprint linenums">
+&lt;ul class="nav"&gt;
+ ...
+ &lt;li class="divider-vertical"&gt;&lt;/li&gt;
+ ...
+&lt;/ul&gt;
+</pre>
<h3>{{_i}}Component alignment{{/i}}</h3>
<p>{{_i}}To align a nav, search form, or text, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.{{/i}}</p>
<h3>{{_i}}Adding dropdowns{{/i}}</h3>