diff options
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> |
