Skip to content

Commit

Permalink
(less) Fixes twbs#10492 again, this time for last row's corners on st…
Browse files Browse the repository at this point in the history
…riped tables
  • Loading branch information
mdo committed Dec 16, 2013
1 parent 6ca5be0 commit 7b8e088
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions panels.less
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +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);
}
}
}


Expand Down

0 comments on commit 7b8e088

Please sign in to comment.