]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove common-table class in the docs
authorMark Otto <mark.otto@twitter.com>
Thu, 25 Aug 2011 22:53:25 +0000 (15:53 -0700)
committerMark Otto <mark.otto@twitter.com>
Thu, 25 Aug 2011 22:53:25 +0000 (15:53 -0700)
docs/index.html

index ebaa5a6f3a74d8ceaf45c40fc6c2a2defe8aaba3..eb3372b42039d6ddc6c5d77cc2298212b07064aa 100644 (file)
         </tbody>
       </table>
 <pre class="prettyprint linenums">
-&lt;table class="common-table"&gt;
+&lt;table&gt;
   ...
 &lt;/table&gt;</pre>
       <h3>Example: Zebra-striped</h3>
       </table>
       <p><strong>Note:</strong> Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.</p>
 <pre class="prettyprint linenums">
-&lt;table class="common-table zebra-striped"&gt;
+&lt;table class="zebra-striped"&gt;
 ...
 &lt;/table&gt;</pre>
       <h3>Example: Zebra-striped w/ TableSorter.js</h3>
     $("table#sortTableExample").tablesorter({ sortList: [[1,0]] });
   });
 &lt;/script&gt;
-&lt;table class="common-table zebra-striped"&gt;
+&lt;table class="zebra-striped"&gt;
   ...
 &lt;/table&gt;</pre>
     </div>