From 430915305178cc091f1d121ad98a50b93ccf99cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 24 Feb 2012 21:02:24 -0800 Subject: [PATCH] add version to docs homepage, fix docs example for forms --- docs/assets/bootstrap.zip | Bin 54489 -> 54489 bytes docs/assets/css/docs.css | 3 +++ docs/base-css.html | 2 +- docs/index.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- docs/templates/pages/index.mustache | 2 +- 6 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b7bcc0f5325ac052e2b7183a2c4280f2539a5ab0..6a64db232c766a742546923983aac05f08e49626 100644 GIT binary patch delta 503 zcmcb)lKJLJX5IjAW)?065YSr@F_Bk6MLpZYUlWK+E4UdLS-vtdFtCUKWl_}ys<3N7 z)J^W2Da8!ZI@1O$1QgzQr-TzEG&z{d0VcM27T0rjuwaXjAy^P-&*nWsXN|#vJ#MCO zl_%WJ8h}j>x3aDVh}(0$@{?blAWJpLbM21XE@z zgN+9I39ftfOnsQx=7%$N6`A#ct`*#E%ntH6&-+V<40F>^mDgXcg delta 503 zcmcb)lKJLJX5IjAW)?065ZFE=Y$C6M3g=o^e{LWyt>9*0WckX-z`!B`lton+sKU+# zQ8&47rW7+s>r5N45KwsIof1xv(Bxn)2bkFASzOQA!GbM9hG0RUJ)8Fkoizpv_PCkC zRi1D=YXCMeP+A}}H(ft8gp+|8>MEFRlOL2jv4g}wrf61F2!Ksl(qRJ^eBMz75loq> z3^p3*C%Ep_GxcF&n;*{9Rb<`)bgkfSV|I|ofj-#mz5BZe*htq4dLX+ef4nTl2@j^p z-It^%Z@3`N3{(n~kpZiGdBF>XA9~Rbg@5#-Jqlm#k~5T#YO)d3K8UIJF9o3R1221F canIh%hA3tWT(O1oL0-$h;>Zm0|K=-d0Cz*X_5c6? diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 36da6853ce..d62ce4bebc 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -79,6 +79,9 @@ hr.soften { -moz-border-radius: 6px; border-radius: 6px; } +.jumbotron .btn-large small { + font-size: 14px; +} /* Masthead (docs home) */ .masthead { diff --git a/docs/base-css.html b/docs/base-css.html index 3a6494ddc1..2a4cc63d2f 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -920,7 +920,7 @@ For example, <code>section</code> should be wrapped as inline. <label class="checkbox"> <input type="checkbox"> Remember me </label> - <button type="submit" class="btn">Go</button> + <button type="submit" class="btn">Sign in</button> </form> diff --git a/docs/index.html b/docs/index.html index a914f677fe..4ecd5c12f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -82,7 +82,7 @@

Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.

View project on GitHub - Download Bootstrap + Download Bootstrap (v2.0.2)

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index fde1e002ef..aea86a40b2 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -844,7 +844,7 @@ <label class="checkbox"> <input type="checkbox"> {{_i}}Remember me{{/i}} </label> - <button type="submit" class="btn">{{_i}}Go{{/i}}</button> + <button type="submit" class="btn">{{_i}}Sign in{{/i}}</button> </form> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index c95e85362c..14983ac1d5 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -6,7 +6,7 @@

{{_i}}Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.{{/i}}

{{_i}}View project on GitHub{{/i}} - {{_i}}Download Bootstrap{{/i}} + {{_i}}Download Bootstrap (v2.0.2){{/i}}