diff options
| author | Mark Otto <[email protected]> | 2014-04-08 23:59:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-08 23:59:17 -0700 |
| commit | de86b36b508096eea1f9326983ab4d50358f66a5 (patch) | |
| tree | c5f7a05901a6077ff397e6f3fcc89a2bc55f1dfb /docs/examples | |
| parent | d7a3771abde2bffedf0547c800cf84f97a252e34 (diff) | |
| download | bootstrap-de86b36b508096eea1f9326983ab4d50358f66a5.tar.xz bootstrap-de86b36b508096eea1f9326983ab4d50358f66a5.zip | |
grunt dist
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/equal-height-columns/equal-height-columns.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/equal-height-columns/equal-height-columns.css b/docs/examples/equal-height-columns/equal-height-columns.css index 2910061f7..050467719 100644 --- a/docs/examples/equal-height-columns/equal-height-columns.css +++ b/docs/examples/equal-height-columns/equal-height-columns.css @@ -6,7 +6,7 @@ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; - display: flex; + display: flex; } /* |
