diff options
| author | Mark Otto <[email protected]> | 2014-04-08 21:07:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-08 21:07:05 -0700 |
| commit | 5d78200a665f37459af9e701d7a55658b0ce3987 (patch) | |
| tree | ac3cd24be37d94652c4bf1af2cbefc68a86aab92 /docs/examples | |
| parent | 3424195e64f25993c202db9582035f5999bc01d9 (diff) | |
| download | bootstrap-5d78200a665f37459af9e701d7a55658b0ce3987.tar.xz bootstrap-5d78200a665f37459af9e701d7a55658b0ce3987.zip | |
the space between spaces
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 050467719..2910061f7 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; } /* |
