From e8f387904868420683884e697bb1bb2f07ba7ef0 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Fri, 6 Sep 2013 11:37:09 -0700 Subject: [PATCH] Move text declaration into the other heading definition --- themes/atom-dark-ui/panels.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/themes/atom-dark-ui/panels.less b/themes/atom-dark-ui/panels.less index 35253700a..6761ee3f1 100644 --- a/themes/atom-dark-ui/panels.less +++ b/themes/atom-dark-ui/panels.less @@ -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%);