Skip to content

Commit

Permalink
Merge pull request twbs#11887 from twbs/minor-panels-refactor
Browse files Browse the repository at this point in the history
minor refactoring of 4ee93c9
  • Loading branch information
mdo committed Dec 16, 2013
2 parents 6bb73df + 637b20f commit 05b0a74
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions less/panels.less
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,17 @@
border: 0;
margin-bottom: 0;
}
> .table-striped > tbody > tr:last-child,
> .table-responsive > .table-striped > tbody > tr:last-child {
td:first-child,
th:first-child {
border-bottom-left-radius: (@panel-border-radius - 1);
}
td:last-child,
th:last-child {
border-bottom-left-radius: (@panel-border-radius - 1);
> .table-striped,
> .table-responsive > .table-striped {
> tbody > tr:last-child {
td:first-child,
th:first-child {
border-bottom-left-radius: (@panel-border-radius - 1);
}
td:last-child,
th:last-child {
border-bottom-left-radius: (@panel-border-radius - 1);
}
}
}
}
Expand Down

0 comments on commit 05b0a74

Please sign in to comment.