This commit is contained in:
liuyl 2013-08-09 15:24:38 +08:00
parent e46708f7ce
commit ee62c37f17
1 changed files with 2 additions and 4 deletions

View File

@ -37,8 +37,7 @@
padding: 10px 15px; padding: 10px 15px;
background-color: @panel-heading-bg; background-color: @panel-heading-bg;
border-bottom: 1px solid @panel-border; border-bottom: 1px solid @panel-border;
border-top-left-radius: (@panel-border-radius - 1); .border-top-radius(@panel-border-radius - 1);
border-top-right-radius: (@panel-border-radius - 1);
} }
// Within heading, strip any `h*` tag of it's default margins for spacing. // Within heading, strip any `h*` tag of it's default margins for spacing.
@ -58,8 +57,7 @@
padding: 10px 15px; padding: 10px 15px;
background-color: @panel-footer-bg; background-color: @panel-footer-bg;
border-top: 1px solid @panel-border; border-top: 1px solid @panel-border;
border-bottom-left-radius: (@panel-border-radius - 1); .border-bottom-radius(@panel-border-radius - 1);
border-bottom-right-radius: (@panel-border-radius - 1);
} }
// Contextual variations // Contextual variations