aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-12 15:18:20 -0800
committerMark Otto <[email protected]>2012-02-12 15:18:20 -0800
commita57dbada0f17bc3dfd4a77de436a5e590fb0d1e3 (patch)
tree209028059af92c627af1881ac65032d275061de3 /docs/templates
parentb8493ed8b773b5e67966fec3837015e77dfed037 (diff)
downloadbootstrap-a57dbada0f17bc3dfd4a77de436a5e590fb0d1e3.tar.xz
bootstrap-a57dbada0f17bc3dfd4a77de436a5e590fb0d1e3.zip
change classname from .btn-dark to .btn-inverse, change use text
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 7f5243dde..cb79496a8 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1210,10 +1210,10 @@
<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>
+ <td><a class="btn btn-inverse" href="#">{{_i}}Inverse{{/i}}</a></td>
+ <td><code>.btn-inverse</code></td>
+ <td>{{_i}}Alternate dark gray button, not tied to a semantic action or use{{/i}}</td>
</tr>
</tbody>
</table>