aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/tables.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-04 19:18:29 -0800
committerChris Rebert <[email protected]>2014-12-04 19:18:29 -0800
commit0c5a5563b271a6a15db7452f8f4878d4bd797074 (patch)
tree5797ffeb3d82a32395e5553e90a5adf2a7ad1980 /docs/_includes/css/tables.html
parentac49a0990689439be471752f6c5ea8a91256ad32 (diff)
parent44447eeefe61dbb16cab59900c3c061d9f207fbc (diff)
downloadbootstrap-0c5a5563b271a6a15db7452f8f4878d4bd797074.tar.xz
bootstrap-0c5a5563b271a6a15db7452f8f4878d4bd797074.zip
Merge pull request #15214 from twbs/example-ids
Give all embedded live docs examples data-example-id attrs [skip sauce]
Diffstat (limited to 'docs/_includes/css/tables.html')
-rw-r--r--docs/_includes/css/tables.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html
index cf70b651a..c3021ee80 100644
--- a/docs/_includes/css/tables.html
+++ b/docs/_includes/css/tables.html
@@ -3,7 +3,7 @@
<h2 id="tables-example">Basic example</h2>
<p>For basic styling&mdash;light padding and only horizontal dividers&mdash;add the base class <code>.table</code> to any <code>&lt;table&gt;</code>. 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.</p>
- <div class="bs-example">
+ <div class="bs-example" data-example-id="simple-table">
<table class="table">
<caption>Optional table caption.</caption>
<thead>
@@ -49,7 +49,7 @@
<h4>Cross-browser compatibility</h4>
<p>Striped tables are styled via the <code>:nth-child</code> CSS selector, which is not available in Internet Explorer 8.</p>
</div>
- <div class="bs-example">
+ <div class="bs-example" data-example-id="striped-table">
<table class="table table-striped">
<thead>
<tr>
@@ -90,7 +90,7 @@
<h2 id="tables-bordered">Bordered table</h2>
<p>Add <code>.table-bordered</code> for borders on all sides of the table and cells.</p>
- <div class="bs-example">
+ <div class="bs-example" data-example-id="bordered-table">
<table class="table table-bordered">
<thead>
<tr>
@@ -131,7 +131,7 @@
<h2 id="tables-hover-rows">Hover rows</h2>
<p>Add <code>.table-hover</code> to enable a hover state on table rows within a <code>&lt;tbody&gt;</code>.</p>
- <div class="bs-example">
+ <div class="bs-example" data-example-id="hoverable-table">
<table class="table table-hover">
<thead>
<tr>
@@ -172,7 +172,7 @@
<h2 id="tables-condensed">Condensed table</h2>
<p>Add <code>.table-condensed</code> to make tables more compact by cutting cell padding in half.</p>
- <div class="bs-example">
+ <div class="bs-example" data-example-id="condensed-table">
<table class="table table-condensed">
<thead>
<tr>
@@ -258,7 +258,7 @@
</tbody>
</table>
</div>
- <div class="bs-example">
+ <div class="bs-example" data-example-id="contextual-table">
<table class="table">
<thead>
<tr>
@@ -362,7 +362,7 @@
<p>For more information, read <a href="http://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685">this Stack Overflow answer</a>.</p>
</div>
- <div class="bs-example">
+ <div class="bs-example" data-example-id="simple-responsive-table">
<div class="table-responsive">
<table class="table">
<thead>