From 44447eeefe61dbb16cab59900c3c061d9f207fbc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Nov 2014 17:09:32 -0800 Subject: Give all embedded live docs examples data-example-id attrs Refs #11410 --- docs/_includes/css/tables.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/_includes/css/tables.html') diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index aba4a3af8..0b2e1b5fd 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -3,7 +3,7 @@

Basic example

For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>. It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.

-
+
@@ -49,7 +49,7 @@

Cross-browser compatibility

Striped tables are styled via the :nth-child CSS selector, which is not available in Internet Explorer 8.

-
+
Optional table caption.
@@ -90,7 +90,7 @@

Bordered table

Add .table-bordered for borders on all sides of the table and cells.

-
+
@@ -135,7 +135,7 @@

Hover rows

Add .table-hover to enable a hover state on table rows within a <tbody>.

-
+
@@ -175,7 +175,7 @@

Condensed table

Add .table-condensed to make tables more compact by cutting cell padding in half.

-
+
@@ -261,7 +261,7 @@
-
+
@@ -365,7 +365,7 @@

For more information, read this Stack Overflow answer.

-
+
-- cgit v1.2.3