diff options
| author | Mark Otto <[email protected]> | 2012-02-12 15:14:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 15:14:27 -0800 |
| commit | b8493ed8b773b5e67966fec3837015e77dfed037 (patch) | |
| tree | 6ddce06a601eafe20e5580543676d699d0c5b495 /docs | |
| parent | 1b32e982ade1fc5275a851b711b45f6a0ed21b0c (diff) | |
| parent | d9eff8efc1ee426f3622ab131d8b6726d471040d (diff) | |
| download | bootstrap-b8493ed8b773b5e67966fec3837015e77dfed037.tar.xz bootstrap-b8493ed8b773b5e67966fec3837015e77dfed037.zip | |
Merge branch '2.0.1-wip' of https://github.com/simonfranz/bootstrap into simonfranz-2.0.1-wip
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 04d2c7c07..7f5243dde 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1210,6 +1210,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> |
