diff options
author | Michael Dyrynda <deringer@iatstuti.net> | 2015-01-03 22:43:02 +1030 |
---|---|---|
committer | Michael Dyrynda <deringer@iatstuti.net> | 2015-01-03 22:43:02 +1030 |
commit | 04d698bfbcb4ee584700e5ff3134dd74e1688c1b (patch) | |
tree | 2d3505d1fb7075821aa8284b5611a3673c5bd6df /public | |
parent | c7cbdd34fb7ecb1c06ef00e17d0d289774899c5b (diff) | |
download | gitea-04d698bfbcb4ee584700e5ff3134dd74e1688c1b.tar.gz gitea-04d698bfbcb4ee584700e5ff3134dd74e1688c1b.zip |
add some padding to markdown paragraphs
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index aa5afaec1d..143b55b42c 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, |