diff --git a/less/forum/Post.less b/less/forum/Post.less index f8c9c1b62..7b226385d 100644 --- a/less/forum/Post.less +++ b/less/forum/Post.less @@ -147,26 +147,38 @@ border-radius: 0; } } + h1, h2, h3, h4, h5, h6 { + margin-top: 1em; + margin-bottom: 16px; + font-weight: bold; + } h1 { - font-size: 160%; + font-size: 225%; } h2 { - font-size: 120%; - font-weight: bold; + font-size: 175%; } h3 { - font-size: 100%; - font-weight: bold; - text-transform: uppercase; + font-size: 150%; } - h4, h5, h6 { + h4 { + font-size: 125%; + } + h5, h6 { font-size: 100%; - font-weight: bold; + } + h6 { + color: @muted-more-color; } img, iframe { max-width: 100%; } } +.Post-body, .Post-preview { + > *:first-child { + margin-top: 0 !important; + } +} .Post--hidden { .Post-header, .Post-header a, .PostUser h3, .PostUser h3 a {