0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Card Columns docs: Put IE<=9 warning on its own line

Otherwise the "Heads up!" is at the end of the previous line, making the connection to the warning unclear.
This commit is contained in:
Chris Rebert 2015-08-20 19:03:22 -07:00
parent e3899b4fa8
commit 92ce5431be

View File

@ -363,7 +363,9 @@ Need a set of equal width and height cards that aren't attached to one another?
## Columns
Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns with just CSS by wrapping them in `.card-columns`. **Heads up!** This is **not available in IE9 and below** as they have no support for the `column` CSS properties.
Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns with just CSS by wrapping them in `.card-columns`.
**Heads up!** This is **not available in IE9 and below** as they have no support for the `column` CSS properties.
{% example html %}
<div class="card-columns">