I\'m currently building a website using Twitter bootstrap (which is amazing!). I had the layout using:
6条回答 独厮守ぢ (楼主) 2021-02-04 15:17 .row-fluid [class*="span"]:first-child { margin-left: 0; } It only removes margin for the first child so you will need to add another class or change span6 to have margin-left:0; 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
.row-fluid [class*="span"]:first-child { margin-left: 0; }
It only removes margin for the first child so you will need to add another class or change span6 to have margin-left:0;
span6
margin-left:0;