You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+78-10Lines changed: 78 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,21 @@ <h4>Example of nested columns</h4>
309
309
</div>
310
310
</div>
311
311
</div>
312
+
<preclass="prettyprint linenums">
313
+
<div class="row">
314
+
<div class="span12">
315
+
Level 1 of column
316
+
<div class="row">
317
+
<div class="span6">
318
+
Level 2
319
+
</div>
320
+
<div class="span6">
321
+
Level 2
322
+
</div>
323
+
</div>
324
+
</div>
325
+
</div>
326
+
</pre>
312
327
</div>
313
328
</div>
314
329
@@ -356,7 +371,7 @@ <h3>Inside the grid</h3>
356
371
<h3>Now to customize</h3>
357
372
<p>Modifying the grid means changing the three <code>@grid-*</code> variables and recompiling the Less files.</p>
358
373
<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>
1552
+
<p><aclass="btn js-btn" href="./javascript.html#alerts">Get the javascript »</a></p>
1498
1553
</div>
1499
1554
<divclass="span12">
1500
1555
<divclass="alert-message block-message warning">
@@ -1530,6 +1585,17 @@ <h2>Block messages</h2>
1530
1585
<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>
1594
+
<div class="alert-actions">
1595
+
<a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a>
1596
+
</div>
1597
+
</div>
1598
+
</pre>
1533
1599
</div>
1534
1600
</div><!-- /row -->
1535
1601
</section>
@@ -1545,6 +1611,7 @@ <h1>Popovers <small>Components for displaying content in modals, tooltips, and p
1545
1611
<divclass="span4">
1546
1612
<h2>Modals</h2>
1547
1613
<p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it’s important that the background context be maintained.</p>
1614
+
<p><aclass="btn js-btn" href="./javascript.html#modal">Get the javascript »</a></p>
<h1>Using Javascript with Bootstrap <small>An index of plugins to get you started</small></h1>
1686
+
<h1>Using javascript with Bootstrap <small>An index of plugins to get you started</small></h1>
1618
1687
</div>
1619
1688
<divclass="row">
1620
1689
<divclass="span4">
1621
1690
<h2>Getting started</h2>
1622
1691
<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>
1623
-
<hr>
1624
-
<p><aclass="btn primary" href="./javascript.html">Skip to Bootstrap plugins »</a></p>
0 commit comments