diff options
| author | Mark Otto <[email protected]> | 2014-08-02 14:49:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-02 14:49:48 -0700 |
| commit | 033f1654b07f7764a54e5b290e5cf36f688b95a3 (patch) | |
| tree | 2b4fab011d53c0b1032d244d75b241eb6617ff20 /docs | |
| parent | b9e6848dc8d8c146911e0999c9f1e68780a1606e (diff) | |
| download | bootstrap-033f1654b07f7764a54e5b290e5cf36f688b95a3.tar.xz bootstrap-033f1654b07f7764a54e5b290e5cf36f688b95a3.zip | |
Fixes #14296: document a table caption example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/css/tables.html | 1 |
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—light padding and only horizontal dividers—add the base class <code>.table</code> to any <code><table></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> |
