2
0
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:
Mark Otto
2011-10-19 23:11:22 -07:00
parent 6ad0559e0f
commit 35793d98e7
4 changed files with 8 additions and 42 deletions
+1 -8
View File
@@ -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);