Move text declaration into the other heading definition

This commit is contained in:
Ben Ogle
2013-09-06 11:37:09 -07:00
parent a94a1924a0
commit e8f3879048

View File

@@ -34,10 +34,6 @@
}
}
.panel-heading {
.text(normal);
}
.inset-panel {
position: relative;
background-color: @inset-panel-background-color;
@@ -59,6 +55,8 @@
}
.panel-heading {
.text(normal);
margin: 0;
border-bottom: 1px solid @panel-heading-border-color;
border-top: 1px solid fadein(@background-color-highlight, 10%);