aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-12-26 13:50:15 -0800
committerMark Otto <[email protected]>2017-12-26 13:50:15 -0800
commitbe6fbf53872580e11fb8e3f4234226432fe03913 (patch)
tree64f04983fb27da3d8610a2cf15a8a54f003e7610 /dist/css/bootstrap.css
parent03e1c47bc2801833dc40c153e9f772c226f3746f (diff)
downloadbootstrap-be6fbf53872580e11fb8e3f4234226432fe03913.tar.xz
bootstrap-be6fbf53872580e11fb8e3f4234226432fe03913.zip
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 106fec39c..d610cc12e 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1637,16 +1637,16 @@ pre code {
.table td {
padding: 0.75rem;
vertical-align: top;
- border-top: 1px solid #e9ecef;
+ border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
- border-bottom: 2px solid #e9ecef;
+ border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
- border-top: 2px solid #e9ecef;
+ border-top: 2px solid #dee2e6;
}
.table .table {
@@ -1659,12 +1659,12 @@ pre code {
}
.table-bordered {
- border: 1px solid #e9ecef;
+ border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
- border: 1px solid #e9ecef;
+ border: 1px solid #dee2e6;
}
.table-bordered thead th,
@@ -1824,7 +1824,7 @@ pre code {
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
- border-color: #e9ecef;
+ border-color: #dee2e6;
}
.table-dark {