Commit be6fbf53 authored by Mark Otto's avatar Mark Otto
Browse files

dist

parent 03e1c47b
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 8 additions and 8 deletions
+8 -8
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -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 {
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
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