aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorliuyl <[email protected]>2013-08-09 15:24:38 +0800
committerliuyl <[email protected]>2013-08-09 15:24:38 +0800
commitee62c37f17c7a741f6465f067a797881737e6fb3 (patch)
tree67f235822137b5d88e2b3e9c377ef45bbba93120 /less
parente46708f7cee19ebe4acf04c71ef71947e6c2e20f (diff)
downloadbootstrap-ee62c37f17c7a741f6465f067a797881737e6fb3.tar.xz
bootstrap-ee62c37f17c7a741f6465f067a797881737e6fb3.zip
panels
Diffstat (limited to 'less')
-rw-r--r--less/panels.less6
1 files changed, 2 insertions, 4 deletions
diff --git a/less/panels.less b/less/panels.less
index df20975ee..c1158d14f 100644
--- a/less/panels.less
+++ b/less/panels.less
@@ -37,8 +37,7 @@
padding: 10px 15px;
background-color: @panel-heading-bg;
border-bottom: 1px solid @panel-border;
- border-top-left-radius: (@panel-border-radius - 1);
- border-top-right-radius: (@panel-border-radius - 1);
+ .border-top-radius(@panel-border-radius - 1);
}
// Within heading, strip any `h*` tag of it's default margins for spacing.
@@ -58,8 +57,7 @@
padding: 10px 15px;
background-color: @panel-footer-bg;
border-top: 1px solid @panel-border;
- border-bottom-left-radius: (@panel-border-radius - 1);
- border-bottom-right-radius: (@panel-border-radius - 1);
+ .border-bottom-radius(@panel-border-radius - 1);
}
// Contextual variations