]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
panels 9271/head
authorliuyl <lyl890808@gmail.com>
Fri, 9 Aug 2013 07:24:38 +0000 (15:24 +0800)
committerliuyl <lyl890808@gmail.com>
Fri, 9 Aug 2013 07:24:38 +0000 (15:24 +0800)
less/panels.less

index df20975ee0bdde33e4639729405bc8bc23d92ea6..c1158d14f56b00b3b11adb2bdcdf5cb4b45eb8c1 100644 (file)
@@ -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