aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-25 23:18:15 -0700
committerMark Otto <[email protected]>2011-08-25 23:18:15 -0700
commitc715584428752c885193b8e72d1b3156eb770aa7 (patch)
tree266e2d188fc7f6313f76772cff9e7d9051b1042a /docs
parent8c2df3ac3ad2c4d87e0057bc76986e902cd2959b (diff)
downloadbootstrap-c715584428752c885193b8e72d1b3156eb770aa7.tar.xz
bootstrap-c715584428752c885193b8e72d1b3156eb770aa7.zip
pull table class from docs again
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index e0c980b8b..2cf2415c1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -503,7 +503,7 @@
</tbody>
</table>
<pre class="prettyprint linenums">
-&lt;table class="common-table"&gt;
+&lt;table&gt;
...
&lt;/table&gt;</pre>
<h3>Example: Zebra-striped</h3>
@@ -540,7 +540,7 @@
</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>
@@ -582,7 +582,7 @@
$("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>