aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-03-27 13:57:50 -0700
committerChris Rebert <[email protected]>2014-03-27 13:57:50 -0700
commitb57396944a39b21571848728b6ad479cd50537cd (patch)
treeb4b9f3064d9e403044d0cc2ee85f35a0cb2f1a6a /docs/_includes/getting-started
parent98bddd8904f2d745ad16d8bd591a0771577bf414 (diff)
downloadbootstrap-b57396944a39b21571848728b6ad479cd50537cd.tar.xz
bootstrap-b57396944a39b21571848728b6ad479cd50537cd.zip
Add equal-height grid columns as an experimental example.
Based on @pete-otaqui's work from #11851
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/examples.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/_includes/getting-started/examples.html b/docs/_includes/getting-started/examples.html
index e6aed9bee..bf87a2cec 100644
--- a/docs/_includes/getting-started/examples.html
+++ b/docs/_includes/getting-started/examples.html
@@ -155,5 +155,12 @@
<h4>Offcanvas</h4>
<p>Build a toggleable off-canvas navigation menu for use with Bootstrap.</p>
</div>
+ <div class="col-xs-6 col-md-4">
+ <a class="thumbnail" href="../examples/equal-height-columns/">
+ <img src="../examples/screenshots/equal-height-columns.jpg" alt="">
+ </a>
+ <h4>Equal-height grid columns</h4>
+ <p>Adds automatic equal-height grid columns to Bootstrap's grid system.</p>
+ </div>
</div>
</div>