Commit 6c7a6b46 authored by Mark Otto's avatar Mark Otto

rems: table padding

parent e6d64a54
......@@ -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;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment