]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
pull table class from docs again
authorMark Otto <mark.otto@twitter.com>
Fri, 26 Aug 2011 06:18:15 +0000 (23:18 -0700)
committerMark Otto <mark.otto@twitter.com>
Fri, 26 Aug 2011 06:18:15 +0000 (23:18 -0700)
docs/index.html

index e0c980b8baa7706439d5cd0f07e012ab1568cd8a..2cf2415c1a5a57b020ba12be7d597894cf23aeb7 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>