mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
update docs to streamline the tables section, remove redundant css for tables to simplify borders
This commit is contained in:
+1
-8
@@ -22,7 +22,6 @@ table {
|
||||
padding-top: 9px;
|
||||
font-weight: bold;
|
||||
vertical-align: middle;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
td {
|
||||
vertical-align: top;
|
||||
@@ -30,7 +29,7 @@ table {
|
||||
}
|
||||
// When scoped to row, fix th in tbody
|
||||
tbody th {
|
||||
border-bottom: 0;
|
||||
border-top: 1px solid #ddd;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
@@ -49,12 +48,6 @@ table {
|
||||
th + td {
|
||||
border-left: 1px solid #ddd;
|
||||
}
|
||||
tr td {
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
tr:first-child td {
|
||||
border-top: 0;
|
||||
}
|
||||
thead tr:first-child th:first-child,
|
||||
tbody tr:first-child td:first-child {
|
||||
.border-radius(4px 0 0 0);
|
||||
|
||||
Reference in New Issue
Block a user