aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-22 22:31:13 -0800
committerMark Otto <[email protected]>2013-12-22 22:31:13 -0800
commit9fc0e20381ec06bc85c68a5e6f1f2a5103a3267a (patch)
tree29d9b96841a0735fede8c0e623a03a4ac1d97e61 /less
parentb505c8557d4145b38257fc51d6ca4e7d98a0b62c (diff)
downloadbootstrap-9fc0e20381ec06bc85c68a5e6f1f2a5103a3267a.tar.xz
bootstrap-9fc0e20381ec06bc85c68a5e6f1f2a5103a3267a.zip
Fixes #10492 and some of #11970: round the proper corner on table cells in panels
Diffstat (limited to 'less')
-rw-r--r--less/panels.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/panels.less b/less/panels.less
index ef8786867..cca22ae3a 100644
--- a/less/panels.less
+++ b/less/panels.less
@@ -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);
}
}
}