diff options
| author | Mark Otto <[email protected]> | 2013-01-16 11:38:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 11:38:34 -0800 |
| commit | 0df7411362bbfb1497c37d66e224ec88e34ffb8e (patch) | |
| tree | f8fae8b9398247ec7fd2dd9fa7e00d5328a6706c /docs/templates | |
| parent | 81a22e189a8e4a513fed6cb30a84aa30b793e246 (diff) | |
| download | bootstrap-0df7411362bbfb1497c37d66e224ec88e34ffb8e.tar.xz bootstrap-0df7411362bbfb1497c37d66e224ec88e34ffb8e.zip | |
Derp on type styles a bit more; bring back and fix up more more docs styles
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/index.mustache | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 714ffc5b0..6de847cc3 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -1,7 +1,7 @@ <div class="bs-docs-jumbotron masthead"> <div class="container"> <h1>Bootstrap</h1> - <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> + <p class="lead">Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> <p> <a href="assets/bootstrap.zip" class="btn btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"{{/production}}>Download Bootstrap</a> </p> @@ -42,8 +42,6 @@ </div> </div> - <hr class="soften"> - <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 example-sites"> |
