diff options
| author | Mark Otto <[email protected]> | 2012-02-01 22:13:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 22:13:26 -0800 |
| commit | c1f0da7cce2b7c3258d17f5e81faac25e231bbf8 (patch) | |
| tree | 05458a678d754354721f9bc95d14a35d54a368f5 /docs/base-css.html | |
| parent | f34ddb5c3f214b75de36aec2b1631844166bb8cc (diff) | |
| parent | cc8a8df125dafb0d90babcef05819e15225f2234 (diff) | |
| download | bootstrap-c1f0da7cce2b7c3258d17f5e81faac25e231bbf8.tar.xz bootstrap-c1f0da7cce2b7c3258d17f5e81faac25e231bbf8.zip | |
Merge branch 'master' of github.com:twitter/bootstrap
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 5aa0257c7..a198064f8 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -600,7 +600,7 @@ For example, <code>section</code> should be wrapped as inline. <div class="row"> <div class="span4"> <p>Get a little fancy with your tables by adding zebra-striping—just add the <code>.table-striped</code> class.</p> - <p class="muted"><strong>Note:</strong> Sprited tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.</p> + <p class="muted"><strong>Note:</strong> Striped tables use the <code>:nth-child</code> CSS selector and is not available in IE7-IE8.</p> <pre class="prettyprint linenums" style="margin-bottom: 18px;"> <table class="table table-striped"> … |
