From 27845e4492741a973231ff1be6c493e001a28555 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 25 Jun 2012 14:11:37 -0700 Subject: #3223: make table row hover optional class --- docs/base-css.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 413639934..9eed2bea2 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -566,6 +566,45 @@ For example, <code>section</code> should be wrapped as inline. <table class="table table-bordered"> … </table> + + +

.table-hover

+

Enable a hover state on table rows within a <tbody>.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larry the Bird@twitter
+
+
+<table class="table table-hover">
+  …
+</table>
 

.table-condensed

-- cgit v1.2.3