Skip to content

Commit

Permalink
(less) Fixes twbs#10492 and some of twbs#11970: round the proper corn…
Browse files Browse the repository at this point in the history
…er on table cells in panels
  • Loading branch information
mdo committed Dec 23, 2013
1 parent d3393b7 commit 713c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panels.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 713c348

Please sign in to comment.