diff options
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 14 |
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, <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> @@ -1739,11 +1739,6 @@ For example, <code><section></code> 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, <code><section></code> 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> |
