diff options
| author | Mark Otto <[email protected]> | 2011-12-10 15:05:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-10 15:05:09 -0800 |
| commit | e240aac6cb598f58bea37998acebfabc871013ba (patch) | |
| tree | 91206e810beccd3702d7aa090f8c3569a80d6af9 | |
| parent | 4d55356e9b476cbfea5eb2ea01099dc19a5fc5f4 (diff) | |
| parent | e603009fca162178de3265192b2e5da40ce3a151 (diff) | |
| download | bootstrap-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.html | 3 |
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"> -<table class="striped-table"> +<table class="bordered-table"> ... </table></pre> <h3>4. Condensed table</h3> |
