From 40188ef0bcf701199a788d50629e5eeea9dc5a37 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 23 Jun 2016 12:44:25 -0400 Subject: [PATCH] if header is the first element in post, keep it flush to the top --- less/topic.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/topic.less b/less/topic.less index 3a408dd..04d50d7 100644 --- a/less/topic.less +++ b/less/topic.less @@ -34,6 +34,10 @@ } .posts { + h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { + margin-top: 0px; + } + h1 { font-size: 22px; margin: 10px 0;