0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

rems: table padding

This commit is contained in:
Mark Otto 2014-07-08 17:39:29 -07:00
parent e6d64a5455
commit 6c7a6b4691
7 changed files with 10 additions and 10 deletions

View File

@ -1431,7 +1431,7 @@ th {
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
padding: .6rem;
line-height: 1.5;
vertical-align: top;
border-top: 1px solid #ddd;
@ -1460,7 +1460,7 @@ th {
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
padding: .3rem;
}
.table-bordered {
border: 1px solid #ddd;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1431,7 +1431,7 @@ th {
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
padding: .6rem;
line-height: 1.5;
vertical-align: top;
border-top: 1px solid #ddd;
@ -1460,7 +1460,7 @@ th {
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
padding: .3rem;
}
.table-bordered {
border: 1px solid #ddd;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -121,9 +121,9 @@
//## Customizes the `.table` component with basic values, each used across all table variations.
//** Padding for `<th>`s and `<td>`s.
@table-cell-padding: 8px;
@table-cell-padding: .6rem;
//** Padding for cells in `.table-condensed`.
@table-condensed-cell-padding: 5px;
@table-condensed-cell-padding: .3rem;
//** Default background color used for all tables.
@table-bg: transparent;