TB使用12列網格系統。當一個嵌套內的一排,說,span8
這樣的:如何在Twitter Bootstrap中正確嵌套行?
<div class="span8">
<div class="row-fluid">
<!-- what's the total of the span* here? -->
</div>
</div>
應該採取什麼總跨度*的是嵌套行?應該是8,因爲容器是8?或者應該是12,因爲TB使用12列網格(這意味着無論容器如何,每個row
和row-fluid
內部都會生成12列網格)?