diff --git a/framework/core/less/forum/discussion.less b/framework/core/less/forum/discussion.less index 848930c16..1c961c9f8 100644 --- a/framework/core/less/forum/discussion.less +++ b/framework/core/less/forum/discussion.less @@ -241,7 +241,8 @@ } .post-body { font-size: 14px; - line-height: 1.6em; + line-height: 1.7; + position: relative; & p, & ul, & ol, & blockquote { margin-bottom: 1em; @@ -255,6 +256,16 @@ border-color: @link-hover-color; } } + & blockquote { + font-size: inherit; + border: 0; + background: @fl-body-control-bg; + color: @fl-body-control-color; + border-radius: @border-radius-base; + padding: 10px 20px; + border-top: 2px dotted @fl-body-bg; + border-bottom: 2px dotted @fl-body-bg; + } } .post.is-hidden { & .post-header, & .post-header a, & .post-user h3, & .post-user h3 a {