diff options
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index ab9e91572..9b2964d74 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1222,44 +1222,44 @@ <thead> <tr> <th>{{_i}}Button{{/i}}</th> - <th>{{_i}}Class{{/i}}</th> + <th>{{_i}}class=""{{/i}}</th> <th>{{_i}}Description{{/i}}</th> </tr> </thead> <tbody> <tr> <td><button class="btn" href="#">{{_i}}Default{{/i}}</button></td> - <td><code>.btn</code></td> + <td><code>btn</code></td> <td>{{_i}}Standard gray button with gradient{{/i}}</td> </tr> <tr> <td><button class="btn btn-primary" href="#">{{_i}}Primary{{/i}}</button></td> - <td><code>.btn-primary</code></td> + <td><code>btn btn-primary</code></td> <td>{{_i}}Provides extra visual weight and identifies the primary action in a set of buttons{{/i}}</td> </tr> <tr> <td><button class="btn btn-info" href="#">{{_i}}Info{{/i}}</button></td> - <td><code>.btn-info</code></td> + <td><code>btn btn-info</code></td> <td>{{_i}}Used as an alternate to the default styles{{/i}}</td> </tr> <tr> <td><button class="btn btn-success" href="#">{{_i}}Success{{/i}}</button></td> - <td><code>.btn-success</code></td> + <td><code>btn btn-success</code></td> <td>{{_i}}Indicates a successful or positive action{{/i}}</td> </tr> <tr> <td><button class="btn btn-warning" href="#">{{_i}}Warning{{/i}}</button></td> - <td><code>.btn-warning</code></td> + <td><code>btn btn-warning</code></td> <td>{{_i}}Indicates caution should be taken with this action{{/i}}</td> </tr> <tr> <td><button class="btn btn-danger" href="#">{{_i}}Danger{{/i}}</button></td> - <td><code>.btn-danger</code></td> + <td><code>btn btn-danger</code></td> <td>{{_i}}Indicates a dangerous or potentially negative action{{/i}}</td> </tr> <tr> <td><button class="btn btn-inverse" href="#">{{_i}}Inverse{{/i}}</button></td> - <td><code>.btn-inverse</code></td> + <td><code>btn btn-inverse</code></td> <td>{{_i}}Alternate dark gray button, not tied to a semantic action or use{{/i}}</td> </tr> </tbody> |
