]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix variables in panels.less 13687/head
authorسید مرتضی موسوی <se.mo.moosavi@gmail.com>
Tue, 27 May 2014 12:39:47 +0000 (17:09 +0430)
committerسید مرتضی موسوی <se.mo.moosavi@gmail.com>
Tue, 27 May 2014 12:39:47 +0000 (17:09 +0430)
less/mixins/panels.less

index 1d684c9e148c9873bb2bf85f26f182b60eb6279b..49ee10d4ad39de45e0983d01cbbc50949a1dac2e 100644 (file)
@@ -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 {