I\'m trying to accomplish a layout similar to this one: http://dribbble.com/shots/829195-Slate/attachments/86422
My project uses Twitter Bootstrap with responsive desig
As of the latest Bootstrap (3.1.x), the way to achieve a fluid layout it to use .container-fluid class.
.container-fluid
See Bootstrap grid for reference