From ec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 17 Feb 2012 20:53:12 -0800 Subject: [PATCH] add small section to navbar docs on text in the component, per #2035 --- docs/assets/bootstrap.zip | Bin 53351 -> 53351 bytes docs/components.html | 3 +++ docs/templates/pages/components.mustache | 3 +++ 3 files changed, 6 insertions(+) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index fd30c5c35c539657de901833dd8b4c4a53c95116..ddf89c1f4261a71850d2cdb38b42a0c506c74881 100644 GIT binary patch delta 450 zc-niufcg0XW}X0VW)?065SX=WB9Ef-Vm*8Rr9fO-!Og(P@|BT+fkgx;iJ~k(m2C-F z*<|0T(o8^s8Ma`7C3+ig|K$J*OuohG2o>3^$W_e_5}GGy1QuGXxA~f&pb<#urL!4K zm8y$@KFFj18UD=Nbp6l}P6p=1$aYMgU+m1b7^440aisuAD7nQJCbX=j8Z4wdRRz^; zle4B8Kt(n$m@1&iG<(_PP1{V^mO|`(v+aopNY$m&`b>-UChtEdK3U)#8%RXroXljq zGvZ83K%%lBk+L)1NW4d9{E>J;XC07uo6ovHcu1xhL(B)u=bQ^f;@vyvjb^vkc_Sp# V=AO5M@qmv1bKZ#w=sSlC>Ht=7uOk2e delta 450 zc-niufcg0XW}X0VW)?065Lmc$B9Ef-IURfd3qV|2!Og(P@|BT+fkgx;iBPs^>BIn4 zw)0?RlYOU3GXVu=*n$Pl>ukLJmjfs;`4*=mRAjRvS2a6GXr7=ESm>P2=4*n2Mj)Y= z&So%GsxAilOh6X|$na<8rt61>a56BTL)fu!>E!vv&TQu(`d<`R3V?)?TWn!M%UY@h zKt?K0RY7&zja_szB^A|RtKoz`bMr!#r~Iq}H?=h#4s zB+ki9wmT!vbRHxs3lb?i

Get the javascript →

+
+

Text in the navbar

+

Wrap strings of text in a <p> tag for proper leading and color.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 94f9da1465..ad0b623618 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -832,6 +832,9 @@ </ul>

{{_i}}Get the javascript →{{/i}}

+
+

{{_i}}Text in the navbar{{/i}}

+

{{_i}}Wrap strings of text in a <p> tag for proper leading and color.{{/i}}

-- 2.47.3