]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
updated buttons docs
authorMark Otto <markdotto@gmail.com>
Sun, 11 Dec 2011 10:38:58 +0000 (02:38 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 11 Dec 2011 10:38:58 +0000 (02:38 -0800)
bootstrap.css
docs/assets/css/docs.css
docs/base-css.html

index 49164fa53d94cb3ce3ad4538e59805e4b5246c42..4e5055c1b7ee7dcb4def3bba63fb7e76ebfcf52a 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Dec 11 01:57:49 PST 2011
+ * Date: Sun Dec 11 02:07:42 PST 2011
  */
 html, body {
   margin: 0;
index 9324f99901aa252b849f426c58dada94976b03e6..7c1e65942db8fbce1c09a61dd539b421cf5a9cb3 100644 (file)
@@ -382,7 +382,6 @@ h2 + table {
     max-width: 300px;
     margin: 0 auto 18px;
   }
-
 }
 
 
index 811bb01bd80c9bc6ab1d860d2bb45a5d7ebf7051..2098974027487b3762836fecd0e469ebad27b52f 100644 (file)
   <table class="bordered-table striped-table">
     <thead>
       <tr>
-        <th>Name</th>
-        <th>Preview</th>
+        <th>Button</th>
         <th>Class</th>
         <th>Description</th>
       </tr>
     </thead>
     <tbody>
       <tr>
-        <th>Default</th>
-        <td><a class="btn" href="#">Button</a></td>
+        <td><a class="btn" href="#">Default</a></td>
         <td><code>.btn</code></td>
         <td>Standard gray button with gradient</td>
       </tr>
       <tr>
-        <th>Primary</th>
-        <td><a class="btn primary" href="#">Button</a></td>
+        <td><a class="btn primary" href="#">Primary</a></td>
         <td><code>.primary</code></td>
         <td>Makes button blue for more visual weight to indicate the primary action in a set of buttons</td>
       </tr>
       <tr>
-        <th>Info</th>
-        <td><a class="btn info" href="#">Button</a></td>
+        <td><a class="btn info" href="#">Info</a></td>
         <td><code>.info</code></td>
         <td>Used as an alternate to the default styles</td>
       </tr>
       <tr>
-        <th>Success</th>
-        <td><a class="btn success" href="#">Button</a></td>
+        <td><a class="btn success" href="#">Success</a></td>
         <td><code>.success</code></td>
         <td>Used to indicate a successful or positive action will be taken</td>
       </tr>
       <tr>
-        <th>Danger</th>
-        <td><a class="btn danger" href="#">Button</a></td>
+        <td><a class="btn danger" href="#">Danger</a></td>
         <td><code>.danger</code></td>
         <td>Used to indicate a dangerous or potentially negative action will be taken</td>
       </tr>