0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-07 04:54:24 +01:00

Merge pull request #11887 from twbs/minor-panels-refactor

minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c
This commit is contained in:
Mark Otto 2013-12-15 22:04:57 -08:00
commit 05b0a74d9a

View File

@ -95,8 +95,9 @@
border: 0;
margin-bottom: 0;
}
> .table-striped > tbody > tr:last-child,
> .table-responsive > .table-striped > tbody > tr:last-child {
> .table-striped,
> .table-responsive > .table-striped {
> tbody > tr:last-child {
td:first-child,
th:first-child {
border-bottom-left-radius: (@panel-border-radius - 1);
@ -106,6 +107,7 @@
border-bottom-left-radius: (@panel-border-radius - 1);
}
}
}
}