aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-19 22:25:56 -0800
committerMark Otto <[email protected]>2012-12-19 22:25:56 -0800
commitc38b7206eb049f57c7b1db570817739bdda0be6f (patch)
tree6a017fe46b14b51c72e4e195b7d409e9450af8c0 /docs/css.html
parenta932476f803fc97f05a60b6bedf4a09c1ed31d4d (diff)
downloadbootstrap-c38b7206eb049f57c7b1db570817739bdda0be6f.tar.xz
bootstrap-c38b7206eb049f57c7b1db570817739bdda0be6f.zip
overhaul buttons
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/css.html b/docs/css.html
index 20900ec9c..dd279a6b4 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1729,8 +1729,8 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
</thead>
<tbody>
<tr>
- <td><button type="button" class="btn">Default</button></td>
- <td><code>btn</code></td>
+ <td><button type="button" class="btn btn-default">Default</button></td>
+ <td><code>btn btn-default</code></td>
<td>Standard gray button with gradient</td>
</tr>
<tr>
@@ -1739,11 +1739,6 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
<td>Provides extra visual weight and identifies the primary action in a set of buttons</td>
</tr>
<tr>
- <td><button type="button" class="btn btn-info">Info</button></td>
- <td><code>btn btn-info</code></td>
- <td>Used as an alternative to the default styles</td>
- </tr>
- <tr>
<td><button type="button" class="btn btn-success">Success</button></td>
<td><code>btn btn-success</code></td>
<td>Indicates a successful or positive action</td>
@@ -1759,11 +1754,6 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
<td>Indicates a dangerous or potentially negative action</td>
</tr>
<tr>
- <td><button type="button" class="btn btn-inverse">Inverse</button></td>
- <td><code>btn btn-inverse</code></td>
- <td>Alternate dark gray button, not tied to a semantic action or use</td>
- </tr>
- <tr>
<td><button type="button" class="btn btn-link">Link</button></td>
<td><code>btn btn-link</code></td>
<td>Deemphasize a button by making it look like a link while maintaining button behavior</td>