select2-bootstrap-css
Version:
Simple CSS to make Select2 widgets fit in with Bootstrap
11 lines (9 loc) • 340 B
HTML
<div class="footer">
<div class="container">
{% include footer-links.html %}
<small>
<a href="http://getbootstrap.com">Bootstrap</a> is a front-end framework for fast, sleek, and mobile-first web development.<br>
<a href="http://select2.com">Select2</a> is a jQuery based replacement for select boxes.
</small>
</div>
</div>