<p>Modifying the grid means changing the three <code>@grid-*</code> variables and recompiling the Less files.</p>
<p>Bootstrap comes equipped to handle a grid system with up to 24 columns; the default is just 16. Here's how your grid variables would look customized to a 24-column grid.</p>
<p>For messages that require a bit of explanation, we have paragraph style alerts. These are perfect for bubbling up longer error messages, warning a user of a pending action, or just presenting information for more emphasis on the page.</p>
<p><aclass="btn js-btn"href="./javascript.html#alerts">Get the javascript »</a></p>
</div>
<divclass="span12">
<divclass="alert-message block-message warning">
...
...
@@ -1530,6 +1585,17 @@
<aclass="btn small"href="#">Take this action</a><aclass="btn small"href="#">Or do this</a>
<p><strong>Holy guacamole! This is a warning!</strong> Best check yo self, you’re not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
<div class="alert-actions">
<a class="btn small" href="#">Take this action</a><a class="btn small" href="#">Or do this</a>
</div>
</div>
</pre>
</div>
</div><!-- /row -->
</section>
...
...
@@ -1545,6 +1611,7 @@
<divclass="span4">
<h2>Modals</h2>
<p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it’s important that the background context be maintained.</p>
<p><aclass="btn js-btn"href="./javascript.html#modal">Get the javascript »</a></p>
<p>Twipsies are super useful for aiding a confused user and pointing them in the right direction.</p>
<p><aclass="btn js-btn"href="./javascript.html#twipsy">Get the javascript »</a></p>
</div>
<divclass="span12">
<divclass="twipsies well">
...
...
@@ -1588,6 +1656,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<divclass="span4">
<h2>Popovers</h2>
<p>Use popovers to provide subtextual information to a page without affecting layout.</p>
<p><aclass="btn js-btn"href="./javascript.html#popover">Get the javascript »</a></p>
</div>
<divclass="span12">
<divclass="well popover-well">
...
...
@@ -1614,14 +1683,13 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<sectionid="javascript">
<divclass="page-header">
<h1>Using Javascript with Bootstrap <small>An index of plugins to get you started</small></h1>
<h1>Using javascript with Bootstrap <small>An index of plugins to get you started</small></h1>
</div>
<divclass="row">
<divclass="span4">
<h2>Getting started</h2>
<p>Integrating javascript with the Bootstrap library is super easy. Below we go over the basics and provide you with some awesome plugins to get you started!</p>
<hr>
<p><aclass="btn primary"href="./javascript.html">Skip to Bootstrap plugins »</a></p>