2012-08-06 44 views
1

我正在爲我的項目使用twitter引導程序。如何關閉嵌套表的條紋

表的單元格中有另一個嵌套表。外部表具有表格分類,並且它被繼承到內部表。有沒有簡單的方法來停止內部表的繼承,以便只有外部表被分割?

謝謝。

山姆

+0

什麼是你不想要的屬性在內表上外一個? – ToddBFisher 2012-08-06 19:04:09

回答

4
.table-striped table { 
/* Undo any styles from the table-striped class here */ 
} 
1

可以覆蓋內部表格樣式:

table > table { 
/* inner table styles */ 
}