diff options
| author | Erik van der Kolk <[email protected]> | 2012-08-18 13:40:37 +0200 |
|---|---|---|
| committer | Erik van der Kolk <[email protected]> | 2012-08-18 13:40:37 +0200 |
| commit | 05571db10990ff66d312abc9cd25144dad36517d (patch) | |
| tree | 0484d468089123a10e7a8e05f0bcbf0a6f709095 /docs | |
| parent | 1ae194597c3d0a9608803f9edbd05bc50b4844af (diff) | |
| download | bootstrap-05571db10990ff66d312abc9cd25144dad36517d.tar.xz bootstrap-05571db10990ff66d312abc9cd25144dad36517d.zip | |
Add <caption> to Supported table markup example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 1 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 3ea3bdce3..b24d3eea4 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -802,6 +802,7 @@ For example, <code>section</code> should be wrapped as inline. </table> <pre class="prettyprint linenums"> <table> + <caption>…</caption> <thead> <tr> <th>…</th> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 4cc21e975..b6a88b854 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -739,6 +739,7 @@ </table> <pre class="prettyprint linenums"> <table> + <caption>…</caption> <thead> <tr> <th>…</th> |
