Created by: avalanche123
Hey guys!
I closed the other pull request for fluid offsets.
replacing :not() to support IE7 wasn't enough since due to padding that was added on to .container-fluid, rows with two <div class="offset3 span3></div>
wouldn't fit on one line. I therefore updated fluid container to work the way regular container does, meaning no padding and left margin for all span* classes, including the first child of a fluid row. Fluid example now looks good.
Let me know if I missed anything or if this is not desired approach.