From 430915305178cc091f1d121ad98a50b93ccf99cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 24 Feb 2012 21:02:24 -0800 Subject: 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(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b7bcc0f53..6a64db232 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 36da6853c..d62ce4beb 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 3a6494ddc..2a4cc63d2 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 a914f677f..4ecd5c12f 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 fde1e002e..aea86a40b 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 c95e85362..14983ac1d 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}}

-- cgit v1.2.3