2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fixes #10492 and some of #11970: round the proper corner on table cells in panels

This commit is contained in:
Mark Otto
2013-12-22 22:31:13 -08:00
parent b505c8557d
commit 9fc0e20381
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4835,7 +4835,7 @@ a.list-group-item-info.active:focus {
.panel > .table-responsive > .table-striped > tbody > tr:last-child td:last-child,
.panel > .table-striped > tbody > tr:last-child th:last-child,
.panel > .table-responsive > .table-striped > tbody > tr:last-child th:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.panel-heading {
padding: 10px 15px;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -104,7 +104,7 @@
}
td:last-child,
th:last-child {
border-bottom-left-radius: (@panel-border-radius - 1);
border-bottom-right-radius: (@panel-border-radius - 1);
}
}
}