aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-24 21:02:24 -0800
committerMark Otto <[email protected]>2012-02-24 21:02:24 -0800
commit430915305178cc091f1d121ad98a50b93ccf99cd (patch)
tree7c6e215594db499f17cff02f2f7dcb7789138b6e /docs
parent0e8427e7b1c955a70a24817f6c06abd6dfa0c572 (diff)
downloadbootstrap-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.zipbin54489 -> 54489 bytes
-rw-r--r--docs/assets/css/docs.css3
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/index.html2
-rw-r--r--docs/templates/pages/base-css.mustache2
-rw-r--r--docs/templates/pages/index.mustache2
6 files changed, 7 insertions, 4 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index b7bcc0f53..6a64db232 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files 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, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
&lt;label class="checkbox"&gt;
&lt;input type="checkbox"&gt; Remember me
&lt;/label&gt;
- &lt;button type="submit" class="btn"&gt;Go&lt;/button&gt;
+ &lt;button type="submit" class="btn"&gt;Sign in&lt;/button&gt;
&lt;/form&gt;
</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 @@
&lt;label class="checkbox"&gt;
&lt;input type="checkbox"&gt; {{_i}}Remember me{{/i}}
&lt;/label&gt;
- &lt;button type="submit" class="btn"&gt;{{_i}}Go{{/i}}&lt;/button&gt;
+ &lt;button type="submit" class="btn"&gt;{{_i}}Sign in{{/i}}&lt;/button&gt;
&lt;/form&gt;
</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>