diff options
| author | Mark Otto <[email protected]> | 2011-12-10 22:30:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-10 22:30:17 -0800 |
| commit | 200fe25d0a3b5391ecfd8385142bfdbd318f747c (patch) | |
| tree | 27c8dc92dfba9dad72fc9c9feec71c1634baa2e6 /docs | |
| parent | d2e56ad53d5d5c93cd6206a6829ee2054f583c5b (diff) | |
| parent | e240aac6cb598f58bea37998acebfabc871013ba (diff) | |
| download | bootstrap-200fe25d0a3b5391ecfd8385142bfdbd318f747c.tar.xz bootstrap-200fe25d0a3b5391ecfd8385142bfdbd318f747c.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to '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> |
