diff options
| author | Mark Otto <[email protected]> | 2012-02-12 15:18:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 15:18:20 -0800 |
| commit | a57dbada0f17bc3dfd4a77de436a5e590fb0d1e3 (patch) | |
| tree | 209028059af92c627af1881ac65032d275061de3 /docs/base-css.html | |
| parent | b8493ed8b773b5e67966fec3837015e77dfed037 (diff) | |
| download | bootstrap-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.html | 5 |
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, <code>section</code> 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> |
