diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b7bcc0f532..6a64db232c 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 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}}