I'm working on a face lift for company site. Its running IE8 and I am using a bootstrap css3 file. From what I've read this should work fine on IE8. I want to use col.md.3 and make 4 columns for a variety of data. I wrote this:
<div class="container">
<div class="row">
<div class="col-md-3">
<h3></h3>
<p></p>
etc...
</div>
</div>
But when it is saved - no columns. Thoughts?