258 removed border from material panels

This commit is contained in:
Kyler Berry 2014-12-17 17:03:26 -05:00
parent 84433cb1e6
commit 9c576b7bc0

View File

@ -9,6 +9,7 @@
[class*="panel-"] > .panel-heading { [class*="panel-"] > .panel-heading {
color: @darkbg-text; color: @darkbg-text;
border:0;
} }
.panel-default, .panel:not([class*="panel-"]) { .panel-default, .panel:not([class*="panel-"]) {
> .panel-heading { > .panel-heading {