diff options
| author | Mark Otto <[email protected]> | 2013-01-17 00:23:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 00:23:25 -0800 |
| commit | 33864b4a3df961309d68ea8696c2d6d5b9e441a7 (patch) | |
| tree | 278803f5798b83ee289aecbcdcc64d1ce5f79c0b /docs | |
| parent | 9374965b83e17df55cb3bb80072a297b117ec00c (diff) | |
| download | bootstrap-33864b4a3df961309d68ea8696c2d6d5b9e441a7.tar.xz bootstrap-33864b4a3df961309d68ea8696c2d6d5b9e441a7.zip | |
dat docs messaging (on the homepage)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 6 | ||||
| -rw-r--r-- | docs/index.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 105c47d7b..d3741ce26 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -450,10 +450,12 @@ section > ul li { padding-bottom: 100px; } .masthead h1 { - font-size: 80px; + font-size: 100px; } .masthead p { - font-size: 24px; + font-size: 30px; + margin-left: 10%; + margin-right: 10%; } .subhead { text-align: left; diff --git a/docs/index.html b/docs/index.html index f7e4be02f..b9647bcb0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -69,7 +69,7 @@ <div class="bs-docs-jumbotron masthead"> <div class="container"> <h1>Bootstrap</h1> - <p class="lead">Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> + <p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p> <p> <a href="assets/bootstrap.zip" class="btn btn-large" >Download Bootstrap</a> </p> @@ -101,7 +101,7 @@ <div class="span4"> <img class="marketing-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 (including IE8+), but in tablet and smartphone browsers via <a href="./scaffolding.html#responsive">responsive CSS</a> as well.</p> + <p>Bootstrap 3 has been rebuilt from the ground up to push the Web forward. It looks and behaves great on the latest smartphones, tablets, and desktops (including support for IE8+).</p> </div> <div class="span4"> <img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png"> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 6de847cc3..3cff3f9c1 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 class="lead">Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> + <p class="lead">Sleek, intuitive, and powerful mobile-first 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> @@ -33,7 +33,7 @@ <div class="span4"> <img class="marketing-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 (including IE8+), but in tablet and smartphone browsers via <a href="./scaffolding.html#responsive">responsive CSS</a> as well.</p> + <p>Bootstrap 3 has been rebuilt from the ground up to push the Web forward. It looks and behaves great on the latest smartphones, tablets, and desktops (including support for IE8+).</p> </div> <div class="span4"> <img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png"> |
