aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/css.mustache14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache
index d6607d703..ff73aef5b 100644
--- a/docs/templates/pages/css.mustache
+++ b/docs/templates/pages/css.mustache
@@ -1669,8 +1669,8 @@ For example, <code><section></code> 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>
@@ -1679,11 +1679,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>
@@ -1699,11 +1694,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>