diff options
| author | Mark Otto <[email protected]> | 2014-04-08 21:13:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-08 21:13:43 -0700 |
| commit | 558e112de46213b352415f68eb3e05460e53be1b (patch) | |
| tree | ac3cd24be37d94652c4bf1af2cbefc68a86aab92 /docs/_includes/getting-started/examples.html | |
| parent | 9863344e9a7ef47379c8308baa5647a07d332799 (diff) | |
| parent | 5d78200a665f37459af9e701d7a55658b0ce3987 (diff) | |
| download | bootstrap-558e112de46213b352415f68eb3e05460e53be1b.tar.xz bootstrap-558e112de46213b352415f68eb3e05460e53be1b.zip | |
Merge pull request #13203 from twbs/equal-height-experiment
Add flexbox-based equal-height grid columns as an experimental example
Diffstat (limited to 'docs/_includes/getting-started/examples.html')
| -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> |
