]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
updated homepage docs to distill strapline
authorMark Otto <markdotto@gmail.com>
Thu, 26 Jan 2012 19:40:29 +0000 (11:40 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 26 Jan 2012 19:40:29 +0000 (11:40 -0800)
docs/assets/css/docs.css
docs/index.html
docs/templates/pages/index.mustache

index 27c446d233ba4f6ef5ef3f33f697f0cd789962d4..8745d99852518a0004398f7d2146236a33fe28c6 100644 (file)
@@ -69,7 +69,7 @@ hr.soften {
 }
 .jumbotron h1 {
   margin-bottom: 9px;
-  font-size: 108px;
+  font-size: 90px;
   letter-spacing: -1px;
   line-height: 1;
 }
@@ -108,6 +108,8 @@ hr.soften {
 }
 .masthead p {
   margin: 0 5% 27px;
+  font-size: 30px;
+  line-height: 36px;
 }
 
 
index 333077601e8c19c67357d29d336bbb31729cadd6..72295d0b33d601ccc5cde4f0c5714a13e2a2696f 100644 (file)
@@ -70,7 +70,8 @@
         <header class="jumbotron masthead">
           <div class="inner">
             <h1>Twitter Bootstrap</h1>
-            <p class="lead">Bootstrap is a comprehensive front-end toolkit from Twitter designed to kickstart web development. It features HTML, CSS, and JS for dozens of base elements, commonly used design components, and more.</p>
+<!--             <p class="lead">Bootstrap is a front-end web development toolkit from Twitter that provides simple and flexible HTML, CSS, and Javascript for common user interface components and interactions.</p>
+ -->            <p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
             <p class="download-info">
               <a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">View project on GitHub</a>
               <a href="./download.html" class="btn btn-large">Customize and download</a>
index 5bc52644d627ed5867773a49e0ee8a9ac85e32cc..2831babe4ebb0a9f3e270efdda6447169982b29c 100644 (file)
@@ -5,7 +5,7 @@
         <header class="jumbotron masthead">
           <div class="inner">
             <h1>{{_i}}Twitter Bootstrap{{/i}}</h1>
-            <p class="lead">{{_i}}Bootstrap is a comprehensive front-end toolkit from Twitter designed to kickstart web development. It features HTML, CSS, and JS for dozens of base elements, commonly used design components, and more.{{/i}}</p>
+            <p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
             <p class="download-info">
               <a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">{{_i}}View project on GitHub{{/i}}</a>
               <a href="./download.html" class="btn btn-large">{{_i}}Customize and download{{/i}}</a>