2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00
This commit is contained in:
Mark Otto
2017-12-26 13:50:15 -08:00
parent 03e1c47bc2
commit be6fbf5387
8 changed files with 13 additions and 13 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+6 -6
View File
@@ -1637,16 +1637,16 @@ pre code {
.table td { .table td {
padding: 0.75rem; padding: 0.75rem;
vertical-align: top; vertical-align: top;
border-top: 1px solid #e9ecef; border-top: 1px solid #dee2e6;
} }
.table thead th { .table thead th {
vertical-align: bottom; vertical-align: bottom;
border-bottom: 2px solid #e9ecef; border-bottom: 2px solid #dee2e6;
} }
.table tbody + tbody { .table tbody + tbody {
border-top: 2px solid #e9ecef; border-top: 2px solid #dee2e6;
} }
.table .table { .table .table {
@@ -1659,12 +1659,12 @@ pre code {
} }
.table-bordered { .table-bordered {
border: 1px solid #e9ecef; border: 1px solid #dee2e6;
} }
.table-bordered th, .table-bordered th,
.table-bordered td { .table-bordered td {
border: 1px solid #e9ecef; border: 1px solid #dee2e6;
} }
.table-bordered thead th, .table-bordered thead th,
@@ -1824,7 +1824,7 @@ pre code {
.table .thead-light th { .table .thead-light th {
color: #495057; color: #495057;
background-color: #e9ecef; background-color: #e9ecef;
border-color: #e9ecef; border-color: #dee2e6;
} }
.table-dark { .table-dark {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long