aboutsummaryrefslogtreecommitdiff
path: root/less/panels.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-15 22:10:05 -0800
committerMark Otto <[email protected]>2013-12-15 22:10:05 -0800
commitec261a83a565cfa13d436feebd7a67360a920e9a (patch)
tree07d3c1d6e4cac03165e58158a926466a299d5de9 /less/panels.less
parentca14b9652cb1d1adb2561fac37db0bb75c3b5838 (diff)
parent05b0a74d9af87c468c227fd77d71bf237100668f (diff)
downloadbootstrap-ec261a83a565cfa13d436feebd7a67360a920e9a.tar.xz
bootstrap-ec261a83a565cfa13d436feebd7a67360a920e9a.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'less/panels.less')
-rw-r--r--less/panels.less22
1 files changed, 12 insertions, 10 deletions
diff --git a/less/panels.less b/less/panels.less
index 1b72cebd1..ef8786867 100644
--- a/less/panels.less
+++ b/less/panels.less
@@ -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);
+ }
}
}
}
@@ -120,7 +122,7 @@
}
}
-// Within heading, strip any `h*` tag of it's default margins for spacing.
+// Within heading, strip any `h*` tag of its default margins for spacing.
.panel-title {
margin-top: 0;
margin-bottom: 0;