]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 29 Jan 2012 21:16:02 +0000 (13:16 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 29 Jan 2012 21:16:02 +0000 (13:16 -0800)
1  2 
docs/index.html
docs/templates/pages/index.mustache

diff --cc docs/index.html
index 3ecc7718f8dee749294374d4410daa63f0003dd7,69972c84375e044f82af0c38122939b6a994b789..e20d08bcdd6c598ba97398f3405d1fb74fc12fe7
              <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="http://bootstrap.herokuapp.com/bootstrap.zip" class="btn btn-large">Download Bootstrap</a>
 +              <a href="assets/bootstrap.zip" class="btn btn-large">Download Bootstrap</a>
              </p>
-             <div class="benefits">
-               <h4>Feature highlights</h4>
-               <ul>
-                 <li><span>&#10004;</span> Built on LESS</li>
-                 <li><span>&#10004;</span> Complete style guide docs</li>
-                 <li><span>&#10004;</span> Fully responsive design</li>
-                 <li><span>&#10004;</span> Small footprint (10kb gzipped)</li>
-                 <li><span>&#10004;</span> Support for IE7 and up</li>
-                 <li><span>&#10004;</span> Custom jQuery plugins</li>
-                 <li><span>&#10004;</span> Dozens of components</li>
-               </ul>
-             </div>
            </div>
  
            <ul class="quick-links">
index 7a98afa07dd234030d2e53b976d3f454a311dd6b,4ae3b7a6f853fdc28bd68f58a53082930196ab37..d49f95f9b84aa8943a43f18da740f211d1dea3f1
@@@ -8,20 -8,8 +8,8 @@@
              <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="http://bootstrap.herokuapp.com/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a>
 +              <a href="assets/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a>
              </p>
-             <div class="benefits">
-               <h4>{{_i}}Feature highlights{{/i}}</h4>
-               <ul>
-                 <li><span>&#10004;</span> {{_i}}Built on LESS{{/i}}</li>
-                 <li><span>&#10004;</span> {{_i}}Complete style guide docs{{/i}}</li>
-                 <li><span>&#10004;</span> {{_i}}Fully responsive design{{/i}}</li>
-                 <li><span>&#10004;</span> {{_i}}Small footprint (10kb gzipped){{/i}}</li>
-                 <li><span>&#10004;</span> {{_i}}Support for IE7 and up{{/i}}</li>
-                 <li><span>&#10004;</span> {{_i}}Custom jQuery plugins{{/i}}</li>
-                 <li><span>&#10004;</span> {{_i}}Dozens of components{{/i}}</li>
-               </ul>
-             </div>
            </div>
  
            <ul class="quick-links">