I created a custom grid with Twitter Bootstrap 2.0, and I'm trying to figure out how to update the grid to allow me to use 1/3 and 1/2 columns.
It looks like with 1.0 you could just use:
<div class="span-one-third"></div>
Has anyone been able to figure out a way to do something similar with 2.0, or am I overlooking something?
Thanks