Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-02-13 03:14:27 +0400
committerMark Otto <markotto@twitter.com>2012-02-13 03:14:27 +0400
commitb8493ed8b773b5e67966fec3837015e77dfed037 (patch)
tree6ddce06a601eafe20e5580543676d699d0c5b495 /docs
parent1b32e982ade1fc5275a851b711b45f6a0ed21b0c (diff)
parentd9eff8efc1ee426f3622ab131d8b6726d471040d (diff)
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.mustache5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 04d2c7c074..7f5243dde8 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>