summaryrefslogtreecommitdiffstats
path: root/public/ng
diff options
context:
space:
mode:
author无闻 <u@gogs.io>2015-02-06 19:03:35 -0500
committer无闻 <u@gogs.io>2015-02-06 19:03:35 -0500
commitddddad9792d203c3ac3e6406aac0bf38235018dd (patch)
tree9a22b4e6c6d4196d173e2af28ae3d55e249d731b /public/ng
parent16018e832394772591688a261646d3a80787ac9d (diff)
parent04d698bfbcb4ee584700e5ff3134dd74e1688c1b (diff)
downloadgitea-ddddad9792d203c3ac3e6406aac0bf38235018dd.tar.gz
gitea-ddddad9792d203c3ac3e6406aac0bf38235018dd.zip
Merge pull request #826 from deringer/dev
Fix user mention bug when parsing markdown documents
Diffstat (limited to 'public/ng')
-rw-r--r--public/ng/css/gogs.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 9a4440521b..cf2b021dfc 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -448,6 +448,9 @@ img.avatar-100 {
margin: 15px 0;
border-bottom: 2px solid #EEE;
}
+.markdown p {
+ margin: 20px 0;
+}
.markdown blockquote:last-child,
.markdown ul:last-child,
.markdown ol:last-child,