aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-10 15:05:09 -0800
committerMark Otto <[email protected]>2011-12-10 15:05:09 -0800
commite240aac6cb598f58bea37998acebfabc871013ba (patch)
tree91206e810beccd3702d7aa090f8c3569a80d6af9
parent4d55356e9b476cbfea5eb2ea01099dc19a5fc5f4 (diff)
parente603009fca162178de3265192b2e5da40ce3a151 (diff)
downloadbootstrap-e240aac6cb598f58bea37998acebfabc871013ba.tar.xz
bootstrap-e240aac6cb598f58bea37998acebfabc871013ba.zip
Merge pull request #777 from ceejayoz/2.0-wip
Updated bordered-table example to use correct class in docs
-rw-r--r--docs/base-css.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index cb6c699f9..b353a538d 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -668,9 +668,8 @@
</tr>
</tbody>
</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="striped-table"&gt;
+&lt;table class="bordered-table"&gt;
...
&lt;/table&gt;</pre>
<h3>4. Condensed table</h3>