diff options
| author | Mark Otto <[email protected]> | 2012-02-24 21:02:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-24 21:02:24 -0800 |
| commit | 430915305178cc091f1d121ad98a50b93ccf99cd (patch) | |
| tree | 7c6e215594db499f17cff02f2f7dcb7789138b6e /docs | |
| parent | 0e8427e7b1c955a70a24817f6c06abd6dfa0c572 (diff) | |
| download | bootstrap-430915305178cc091f1d121ad98a50b93ccf99cd.tar.xz bootstrap-430915305178cc091f1d121ad98a50b93ccf99cd.zip | |
add version to docs homepage, fix docs example for forms
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 54489 -> 54489 bytes | |||
| -rw-r--r-- | docs/assets/css/docs.css | 3 | ||||
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/index.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 | ||||
| -rw-r--r-- | 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 Binary files differindex b7bcc0f53..6a64db232 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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> </pre> </div> 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 @@ <p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p> <p class="download-info"> <a href="https://github.com/twitter/bootstrap/" class="btn btn-primary btn-large">View project on GitHub</a> - <a href="assets/bootstrap.zip" class="btn btn-large">Download Bootstrap</a> + <a href="assets/bootstrap.zip" class="btn btn-large">Download Bootstrap <small>(v2.0.2)</small></a> </p> </div> 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> </pre> </div> 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 @@ <p>{{_i}}Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.{{/i}}</p> <p class="download-info"> <a href="https://github.com/twitter/bootstrap/" class="btn btn-primary btn-large">{{_i}}View project on GitHub{{/i}}</a> - <a href="assets/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a> + <a href="assets/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap <small>(v2.0.2)</small>{{/i}}</a> </p> </div> |
