mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
rems: table padding
This commit is contained in:
Vendored
+2
-2
@@ -1431,7 +1431,7 @@ th {
|
|||||||
.table > thead > tr > td,
|
.table > thead > tr > td,
|
||||||
.table > tbody > tr > td,
|
.table > tbody > tr > td,
|
||||||
.table > tfoot > tr > td {
|
.table > tfoot > tr > td {
|
||||||
padding: 8px;
|
padding: .6rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
@@ -1460,7 +1460,7 @@ th {
|
|||||||
.table-condensed > thead > tr > td,
|
.table-condensed > thead > tr > td,
|
||||||
.table-condensed > tbody > tr > td,
|
.table-condensed > tbody > tr > td,
|
||||||
.table-condensed > tfoot > tr > td {
|
.table-condensed > tfoot > tr > td {
|
||||||
padding: 5px;
|
padding: .3rem;
|
||||||
}
|
}
|
||||||
.table-bordered {
|
.table-bordered {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -1431,7 +1431,7 @@ th {
|
|||||||
.table > thead > tr > td,
|
.table > thead > tr > td,
|
||||||
.table > tbody > tr > td,
|
.table > tbody > tr > td,
|
||||||
.table > tfoot > tr > td {
|
.table > tfoot > tr > td {
|
||||||
padding: 8px;
|
padding: .6rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
@@ -1460,7 +1460,7 @@ th {
|
|||||||
.table-condensed > thead > tr > td,
|
.table-condensed > thead > tr > td,
|
||||||
.table-condensed > tbody > tr > td,
|
.table-condensed > tbody > tr > td,
|
||||||
.table-condensed > tfoot > tr > td {
|
.table-condensed > tfoot > tr > td {
|
||||||
padding: 5px;
|
padding: .3rem;
|
||||||
}
|
}
|
||||||
.table-bordered {
|
.table-bordered {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -121,9 +121,9 @@
|
|||||||
//## Customizes the `.table` component with basic values, each used across all table variations.
|
//## Customizes the `.table` component with basic values, each used across all table variations.
|
||||||
|
|
||||||
//** Padding for `<th>`s and `<td>`s.
|
//** Padding for `<th>`s and `<td>`s.
|
||||||
@table-cell-padding: 8px;
|
@table-cell-padding: .6rem;
|
||||||
//** Padding for cells in `.table-condensed`.
|
//** Padding for cells in `.table-condensed`.
|
||||||
@table-condensed-cell-padding: 5px;
|
@table-condensed-cell-padding: .3rem;
|
||||||
|
|
||||||
//** Default background color used for all tables.
|
//** Default background color used for all tables.
|
||||||
@table-bg: transparent;
|
@table-bg: transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user