Commit 92ce5431 authored by Chris Rebert's avatar Chris Rebert

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.
parent e3899b4f
...@@ -363,7 +363,9 @@ Need a set of equal width and height cards that aren't attached to one another? ...@@ -363,7 +363,9 @@ Need a set of equal width and height cards that aren't attached to one another?
## Columns ## 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 %} {% example html %}
<div class="card-columns"> <div class="card-columns">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment