diff --git a/less/header.less b/less/header.less index 2a56479..33cc6d6 100644 --- a/less/header.less +++ b/less/header.less @@ -250,7 +250,6 @@ font-size: 16px; padding: 0; - margin-bottom: 0; background: none; @media (max-width: @screen-sm-max) { diff --git a/less/topic.less b/less/topic.less index f7d7d35..60ff503 100644 --- a/less/topic.less +++ b/less/topic.less @@ -1,4 +1,8 @@ .topic { + [component="post/header"] { + margin-top: 0px; + } + h1 { line-height: 40px; margin-bottom: 30px; diff --git a/templates/recent.tpl b/templates/recent.tpl index d8f8558..58d4b64 100644 --- a/templates/recent.tpl +++ b/templates/recent.tpl @@ -1,16 +1,44 @@