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/index.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/index.html')
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 572a25925..9d0beba7e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -108,7 +108,7 @@ <h1>Introducing Bootstrap.</h1> <p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p> - <div class="row-fluid"> + <div class="row"> <div class="span4"> <img src="assets/img/bs-docs-twitter-github.png"> <h2>By nerds, for nerds.</h2> @@ -117,7 +117,7 @@ <div class="span4"> <img src="assets/img/bs-docs-responsive-illustrations.png"> <h2>Made for everyone.</h2> - <p>Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via <a href="./scaffolding.html#responsive">responsive CSS</a> as well.</p> + <p>Bootstrap was made to not only look and behave great in the latest desktop browsers (including IE8+), but in tablet and smartphone browsers via <a href="./scaffolding.html#responsive">responsive CSS</a> as well.</p> </div> <div class="span4"> <img src="assets/img/bs-docs-bootstrap-features.png"> @@ -130,7 +130,7 @@ <h1>Built with Bootstrap.</h1> <p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./getting-started.html#examples">browse the examples</a>.</p> - <div class="row-fluid"> + <div class="row"> <ul class="thumbnails example-sites"> <li class="span3"> <a class="thumbnail" href="http://soundready.fm/" target="_blank"> |
