]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #14296: document a table caption example
authorMark Otto <otto@github.com>
Sat, 2 Aug 2014 21:49:48 +0000 (14:49 -0700)
committerMark Otto <otto@github.com>
Sat, 2 Aug 2014 21:49:48 +0000 (14:49 -0700)
docs/_includes/css/tables.html

index 6555451128e031a0a9bbf5f1d21776e00c3576b5..011a4dbbaed68d5ea3ca973c1d73cb103be45b1f 100644 (file)
@@ -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>