aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
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/base-css.html
parentb8493ed8b773b5e67966fec3837015e77dfed037 (diff)
downloadbootstrap-a57dbada0f17bc3dfd4a77de436a5e590fb0d1e3.tar.xz
bootstrap-a57dbada0f17bc3dfd4a77de436a5e590fb0d1e3.zip
change classname from .btn-dark to .btn-inverse, change use text
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index cbe353985..292e4a396 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1286,6 +1286,11 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<td><code>.btn-danger</code></td>
<td>Indicates a dangerous or potentially negative action</td>
</tr>
+ <tr>
+ <td><a class="btn btn-inverse" href="#">Inverse</a></td>
+ <td><code>.btn-inverse</code></td>
+ <td>Alternate dark gray button, not tied to a semantic action or use</td>
+ </tr>
</tbody>
</table>