From: سید مرتضی موسوی Date: Tue, 27 May 2014 12:39:47 +0000 (+0430) Subject: fix variables in panels.less X-Git-Tag: v3.2.0~79^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a332c97b1ab06751798bf3b2f1690a2b27dc6c;p=thirdparty%2Fbootstrap.git fix variables in panels.less --- diff --git a/less/mixins/panels.less b/less/mixins/panels.less index 1d684c9e14..49ee10d4ad 100644 --- a/less/mixins/panels.less +++ b/less/mixins/panels.less @@ -12,8 +12,8 @@ border-top-color: @border; } .badge { - color: @background-color; - background-color: @color; + color: @heading-bg-color; + background-color: @heading-text-color; } } & > .panel-footer {