Quote:
In reBOOT v1.x you just have to utilise the Bootstrap 2 responsive grid framework, which is made up of 12 columns...
http://getbootstrap.com/2.3.2/scaffolding.html
Code:
<div class="row-fluid"> <div class="span6">Col 1</span> <div class="span6">Col 2</span> </div>
|
So, if I understand correctly, do I actually use Reboot's html editor, using Bootstrap's styles and layout logic, which are also embedded in Reboot?