I was a huge 960 grid system user, and I thought I would try out Twitter Bootstrap, but maybe it is a stupid question and you can laugh and down vote me but the fact is I don\'t
The reason:
when screen width is <=940px, the -20px from row and the 20px margin from span4 cancel each other out, that's why the first span4 has no left margin.
The 'twitter bootstrap' solution:
Add bootstrap-responsive.css and when the screen goes under 980px and beyond 768px:
container become 724px, row 744px and span4 228px, keeping a left margin on first span4.