In bootstrap.css
you can find either from Github or from http://twitter.github.com/bootstrap/#
Why does it use:
.container:before, .container:after {
display: table;
content: "";
zoom: 1;
}
.row:before, .row:after {
display: table;
content: "";
zoom: 1;
}
Why define display:table in .container:before/after and .row:before/after?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…