From a5926f2689d3ed0e457b4bad672af58c8303e4a1 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 13 Sep 2014 15:07:09 -0400 Subject: add missing style --- public/ng/less/gogs/markdown.less | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'public/ng/less/gogs') diff --git a/public/ng/less/gogs/markdown.less b/public/ng/less/gogs/markdown.less index 898f8e77..ee69fab8 100644 --- a/public/ng/less/gogs/markdown.less +++ b/public/ng/less/gogs/markdown.less @@ -40,6 +40,15 @@ padding: 10px 0; max-width: 100%; } + blockquote { + border-left: 4px solid #ddd; + margin-bottom: 16px; + p { + font-size: 14px; + padding: 5px 15px; + color: #777; + } + } } .markdown a { color: #428BCA; @@ -108,11 +117,6 @@ margin: 0 0 9px; padding: 0 9px; } -.markdown blockquote, -.markdown blockquote p { - font-size: 14px; - background-color: #f5f5f5; -} .markdown > pre.linenums { padding: 0; } -- cgit v1.2.3