diff options
| author | Chris Rebert <[email protected]> | 2014-03-27 13:57:50 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-27 13:57:50 -0700 |
| commit | b57396944a39b21571848728b6ad479cd50537cd (patch) | |
| tree | b4b9f3064d9e403044d0cc2ee85f35a0cb2f1a6a /docs/_includes | |
| parent | 98bddd8904f2d745ad16d8bd591a0771577bf414 (diff) | |
| download | bootstrap-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')
| -rw-r--r-- | docs/_includes/getting-started/examples.html | 7 |
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> |
