From cdb1ad1a52a9f55c63003b7b62ef8b1e9c6fcfaf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 5 Feb 2012 00:11:21 -0800 Subject: [PATCH] #1702: add callout to navbar for component alignment --- docs/assets/bootstrap.zip | Bin 52391 -> 52391 bytes docs/components.html | 2 ++ docs/templates/pages/components.mustache | 2 ++ 3 files changed, 4 insertions(+) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d43ca5f9aa55438afa4fb6d1c51926162661323a..3c655b03a1dc2174c6325d0e3691c9371c5ca2fd 100644 GIT binary patch delta 445 zcmZ2JlX>|}W}X0VW)?065b$A~$fKy7Z>i^B0K}yg+zgB?-x(PgSVVx5D9Qp<*+5DP zEGP37NHYQT&9H?EY`lGn11KMW4{X`X1XHEV#(Ew(? z&ZO50AbpaXO<+R7oA-)B|{C`RoB(m*< zHxf_jq(2gG(n$x1ez3~VCtV|}W}X0VW)?065SYX;kw;Nk#6r(s6o^YJxEUB(zB4i~u!sO95y~brObk$E z11S-;n9Nro%>)#fVG9-5c>5FwP+;`apwCOZlmu|W*qTq&4i01|rc zXa*BfcG{;46q*i$CsY({JW!o>fiqY{#A0(vL8Sml>-z>@?WR%beeI^l$$^TD@PYyW622vDpN@jB132`Q% z2mhav1&M4s;f=&oI_VGN0rgKh=>X9$3o`BVNf%_(fFcp6jFIHmoC-wZ$({B_Rt>bN Y>$DNfY#{IMX*(pI%^4>Uui=b301UB +

Component alignment

+

To align a nav, search form, or text, use the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction.

Adding dropdowns

Adding dropdowns to the nav is super simple, but does require the use of our javascript plugin.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 1bf6b11d49..1f466aa5dd 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -788,6 +788,8 @@
   <li><a href="#">{{_i}}Link{{/i}}</a></li>
 </ul>
 
+

{{_i}}Component alignment{{/i}}

+

{{_i}}To align a nav, search form, or text, use the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction.{{/i}}

{{_i}}Adding dropdowns{{/i}}

{{_i}}Adding dropdowns to the nav is super simple, but does require the use of our javascript plugin.{{/i}}