mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
2px border on thead th elements for just a tad more separation
This commit is contained in:
Vendored
+6
@@ -1408,6 +1408,7 @@ th {
|
||||
|
||||
.table thead > tr > th {
|
||||
vertical-align: bottom;
|
||||
border-bottom: 2px solid #dddddd;
|
||||
}
|
||||
|
||||
.table caption + thead tr:first-child th,
|
||||
@@ -1449,6 +1450,11 @@ th {
|
||||
border: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.table-bordered > thead > tr > th,
|
||||
.table-bordered > thead > tr > td {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
.table-striped > tbody > tr:nth-child(odd) > td,
|
||||
.table-striped > tbody > tr:nth-child(odd) > th {
|
||||
background-color: #f9f9f9;
|
||||
|
||||
Reference in New Issue
Block a user