2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

inverse table idea

This commit is contained in:
Mark Otto
2014-07-14 00:23:46 -07:00
parent d60d34231a
commit e6ee1b228f
9 changed files with 90 additions and 13 deletions
+18
View File
@@ -246,3 +246,21 @@ table {
}
}
.table-inverse {
color: @gray-lighter;
background-color: @gray-dark;
&.table-bordered {
border: 0;
}
> thead,
> tbody {
> tr {
> th,
> td {
border-color: @gray;
}
}
}
}
+1 -1
View File
@@ -124,7 +124,7 @@
//## Customizes the `.table` component with basic values, each used across all table variations.
//** Padding for `<th>`s and `<td>`s.
@table-cell-padding: .5rem;
@table-cell-padding: .75rem;
//** Padding for cells in `.table-condensed`.
@table-condensed-cell-padding: .3rem;