]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Card Columns docs: Put IE<=9 warning on its own line
authorChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 02:03:22 +0000 (19:03 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 02:03:22 +0000 (19:03 -0700)
Otherwise the "Heads up!" is at the end of the previous line, making the connection to the warning unclear.

docs/components/card.md

index d8205d49eea1b9621a1ca0a0976dd73bd5310d53..168b189df2fcd7d9a00466ab24706d0280d5aca5 100644 (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">