aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/tables.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-02 14:49:48 -0700
committerMark Otto <[email protected]>2014-08-02 14:49:48 -0700
commit033f1654b07f7764a54e5b290e5cf36f688b95a3 (patch)
tree2b4fab011d53c0b1032d244d75b241eb6617ff20 /docs/_includes/css/tables.html
parentb9e6848dc8d8c146911e0999c9f1e68780a1606e (diff)
downloadbootstrap-033f1654b07f7764a54e5b290e5cf36f688b95a3.tar.xz
bootstrap-033f1654b07f7764a54e5b290e5cf36f688b95a3.zip
Fixes #14296: document a table caption example
Diffstat (limited to 'docs/_includes/css/tables.html')
-rw-r--r--docs/_includes/css/tables.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html
index 655545112..011a4dbba 100644
--- a/docs/_includes/css/tables.html
+++ b/docs/_includes/css/tables.html
@@ -5,6 +5,7 @@
<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">
<table class="table">
+ <caption>Optional table caption.</caption>
<thead>
<tr>
<th>#</th>