]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add version to docs homepage, fix docs example for forms
authorMark Otto <markotto@twitter.com>
Sat, 25 Feb 2012 05:02:24 +0000 (21:02 -0800)
committerMark Otto <markotto@twitter.com>
Sat, 25 Feb 2012 05:02:24 +0000 (21:02 -0800)
docs/assets/bootstrap.zip
docs/assets/css/docs.css
docs/base-css.html
docs/index.html
docs/templates/pages/base-css.mustache
docs/templates/pages/index.mustache

index b7bcc0f5325ac052e2b7183a2c4280f2539a5ab0..6a64db232c766a742546923983aac05f08e49626 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 36da6853ce6ab47e9213efca42181dd91f77b0d7..d62ce4bebc9e432a0a84a01158b75eb3491a45b8 100644 (file)
@@ -79,6 +79,9 @@ hr.soften {
      -moz-border-radius: 6px;
           border-radius: 6px;
 }
+.jumbotron .btn-large small {
+  font-size: 14px;
+}
 
 /* Masthead (docs home) */
 .masthead {
index 3a6494ddc1d6283c4683c93287175ced0be58cbf..2a4cc63d2fd0a38ed3f7e89e2199ad439329685d 100644 (file)
@@ -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>
index a914f677fe9f2c11357ad9745f21323ea4e5c14e..4ecd5c12f395ef06269fc67775b92f2f7c39ee96 100644 (file)
@@ -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>
 
index fde1e002ef3ed27d4ce2a3212fd8d5ed699b0bbf..aea86a40b25f5cbda83a84fe31cd524f47d59e48 100644 (file)
   &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>
index c95e85362cfe4db8436013ef6a71cee429d4edcb..14983ac1d56a2ff9f6b8e0e29739c3e6fc0b26b9 100644 (file)
@@ -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>