]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
dat docs messaging (on the homepage)
authorMark Otto <otto@github.com>
Thu, 17 Jan 2013 08:23:25 +0000 (00:23 -0800)
committerMark Otto <otto@github.com>
Thu, 17 Jan 2013 08:23:25 +0000 (00:23 -0800)
docs/assets/css/docs.css
docs/index.html
docs/templates/pages/index.mustache

index 105c47d7be702ed09fb42920e10bb7fc2511fa91..d3741ce26b12132938d4b2f00b6cefc86dbf239e 100644 (file)
@@ -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;
index f7e4be02f9f5bda824fd780a5646c90b58cf7410..b9647bcb0d6d0a832bc27bc1e5d55cd57431f292 100644 (file)
@@ -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>
       <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">
index 6de847cc314e60eb0d4ecf0d55b7b855202cd80e..3cff3f9c1ab5b32711e7e11801d6e01f5eb387f6 100644 (file)
@@ -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">