diff options
| author | Simon <[email protected]> | 2012-02-09 23:08:14 +0100 |
|---|---|---|
| committer | Simon <[email protected]> | 2012-02-09 23:08:14 +0100 |
| commit | 451a642ae813f0b3a3f61af69eaeca927547b755 (patch) | |
| tree | dbfdfc729962149294e001d874742e0729c79d04 /docs | |
| parent | b36a744fa74ace319b9f924f777df50591ceb62c (diff) | |
| download | bootstrap-451a642ae813f0b3a3f61af69eaeca927547b755.tar.xz bootstrap-451a642ae813f0b3a3f61af69eaeca927547b755.zip | |
Added a black/dark button
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 8fe3443a6..d2bea9209 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1206,6 +1206,11 @@ <td><code>.btn-danger</code></td> <td>{{_i}}Indicates a dangerous or potentially negative action{{/i}}</td> </tr> + <tr> + <td><a class="btn btn-dark" href="#">{{_i}}Dark{{/i}}</a></td> + <td><code>.btn-dark</code></td> + <td>{{_i}}Indicates a potential abort or black magic{{/i}}</td> + </tr> </tbody> </table> |
