diff options
| author | Mark Otto <[email protected]> | 2012-09-25 22:40:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-25 22:40:48 -0700 |
| commit | f12946be5a8e8529f64606ca73fe06e48f9fd583 (patch) | |
| tree | 3fcab801f48b1bd05e277ca6db852e954ab0f130 /docs/base-css.html | |
| parent | 08eea302ef05195e47cb32af85adcb1a735a6263 (diff) | |
| download | bootstrap-f12946be5a8e8529f64606ca73fe06e48f9fd583.tar.xz bootstrap-f12946be5a8e8529f64606ca73fe06e48f9fd583.zip | |
thumbnails cleanup: no more UL or LI elements needed, instead just use standard grid markup
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 3c218e68f..4a4b46b47 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -512,7 +512,7 @@ For example, <code><section></code> should be wrapped as inlin <p>Add any of the follow classes to the <code>.table</code> base class.</p> <h3><code>.table-striped</code></h3> - <p>Adds zebra-striping to any table row within the <code><tbody></code> via the <code>:nth-child</code> CSS selector (not available in IE7-IE8).</p> + <p>Adds zebra-striping to any table row within the <code><tbody></code> via the <code>:nth-child</code> CSS selector (not available in IE8).</p> <div class="bs-docs-example"> <table class="table table-striped"> <thead> @@ -1741,7 +1741,7 @@ For example, <code><section></code> should be wrapped as inlin <img src="..." class="img-circle"> <img src="..." class="img-polaroid"> </pre> - <p><span class="label label-info">Heads up!</span> <code>.img-rounded</code> and <code>.img-circle</code> do not work in IE7-8 due to lack of <code>border-radius</code> support.</p> + <p><span class="label label-info">Heads up!</span> <code>.img-rounded</code> and <code>.img-circle</code> do not work in IE8 due to lack of <code>border-radius</code> support.</p> </section> |
