0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
This commit is contained in:
Jacob Thornton 2012-01-24 15:42:16 -08:00
parent 4c5497bfcc
commit 3a840075dd
3 changed files with 5 additions and 5 deletions

View File

@ -75,7 +75,7 @@
<h4>Feature highlights</h4> <h4>Feature highlights</h4>
<ul> <ul>
<li><span>&#10004;</span> Built on LESS</li> <li><span>&#10004;</span> Built on LESS</li>
<li><span>&#10004;</span> Complete style guide docs</li> <li><span>&#10004;</span> Complete styleguide docs</li>
<li><span>&#10004;</span> Fully responsive design</li> <li><span>&#10004;</span> Fully responsive design</li>
<li><span>&#10004;</span> Small footprint (10kb gzipped)</li> <li><span>&#10004;</span> Small footprint (10kb gzipped)</li>
<li><span>&#10004;</span> Support for IE7 and up</li> <li><span>&#10004;</span> Support for IE7 and up</li>
@ -175,7 +175,7 @@
<div class="span4"> <div class="span4">
<img class="icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png"> <img class="icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png">
<h2>Growing library</h2> <h2>Growing library</h2>
<p>Despite being only 7kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.</p> <p>Despite being only 10kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.</p>
</div> </div>
<div class="span4"> <div class="span4">
<img class="icon" src="assets/img/glyphicons/glyphicons_009_magic.png"> <img class="icon" src="assets/img/glyphicons/glyphicons_009_magic.png">

View File

@ -1028,7 +1028,7 @@
<div class="row"> <div class="row">
<div class="span4"> <div class="span4">
<h3>{{_i}}Rewritten base class{{/i}}</h3> <h3>{{_i}}Rewritten base class{{/i}}</h3>
<p>{{_i}}With Bootstrap 2, e've simplified the base class: <code>.alert</code> instead of <code>.alert-message</code>. We've also reduced the minimum required markup&mdash;no <code>&lt;p&gt;</code> is required by default, just the outter <code>&lt;div&gt;</code>.{{/i}}</p> <p>{{_i}}With Bootstrap 2, we've simplified the base class: <code>.alert</code> instead of <code>.alert-message</code>. We've also reduced the minimum required markup&mdash;no <code>&lt;p&gt;</code> is required by default, just the outter <code>&lt;div&gt;</code>.{{/i}}</p>
<h3>{{_i}}Single alert message{{/i}}</h3> <h3>{{_i}}Single alert message{{/i}}</h3>
<p>{{_i}}For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to <code>.alert-block</code>.{{/i}}</p> <p>{{_i}}For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to <code>.alert-block</code>.{{/i}}</p>
<hr> <hr>

View File

@ -17,7 +17,7 @@
<li><span>&#10004;</span> {{_i}}Built on LESS{{/i}}</li> <li><span>&#10004;</span> {{_i}}Built on LESS{{/i}}</li>
<li><span>&#10004;</span> {{_i}}Complete styleguide docs{{/i}}</li> <li><span>&#10004;</span> {{_i}}Complete styleguide docs{{/i}}</li>
<li><span>&#10004;</span> {{_i}}Fully responsive design{{/i}}</li> <li><span>&#10004;</span> {{_i}}Fully responsive design{{/i}}</li>
<li><span>&#10004;</span> {{_i}}Small footprint (7kb gzipped){{/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}}Support for IE7 and up{{/i}}</li>
<li><span>&#10004;</span> {{_i}}Custom jQuery plugins{{/i}}</li> <li><span>&#10004;</span> {{_i}}Custom jQuery plugins{{/i}}</li>
<li><span>&#10004;</span> {{_i}}Dozens of components{{/i}}</li> <li><span>&#10004;</span> {{_i}}Dozens of components{{/i}}</li>
@ -115,7 +115,7 @@
<div class="span4"> <div class="span4">
<img class="icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png"> <img class="icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png">
<h2>{{_i}}Growing library{{/i}}</h2> <h2>{{_i}}Growing library{{/i}}</h2>
<p>{{_i}}Despite being only 7kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.{{/i}}</p> <p>{{_i}}Despite being only 10kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.{{/i}}</p>
</div> </div>
<div class="span4"> <div class="span4">
<img class="icon" src="assets/img/glyphicons/glyphicons_009_magic.png"> <img class="icon" src="assets/img/glyphicons/glyphicons_009_magic.png">