From 942284648e4abf045fea5b97d3f9a3d4f4d00d77 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 15 Nov 2015 14:50:35 -0500 Subject: [PATCH] fix markdown padding --- public/css/gogs.css | 2 ++ public/less/_markdown.less | 5 ++++- templates/repo/view_file.tmpl | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/public/css/gogs.css b/public/css/gogs.css index 4e16ff6fd..5ade64d92 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1072,6 +1072,8 @@ footer .container .links > *:first-child { font-size: 16px; line-height: 1.6 !important; word-wrap: break-word; +} +.markdown.file-view { padding: 5px 2em 2em !important; } .markdown > *:first-child { diff --git a/public/less/_markdown.less b/public/less/_markdown.less index 6b88e48bd..561fa20b1 100644 --- a/public/less/_markdown.less +++ b/public/less/_markdown.less @@ -4,7 +4,10 @@ font-size: 16px; line-height: 1.6 !important; word-wrap: break-word; - padding: 5px 2em 2em !important; + + &.file-view { + padding: 5px 2em 2em !important; + } >*:first-child { margin-top: 0 !important; diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl index 827e51931..5751d2e3d 100644 --- a/templates/repo/view_file.tmpl +++ b/templates/repo/view_file.tmpl @@ -24,7 +24,7 @@ {{end}}
-
+
{{if .ReadmeExist}} {{if .FileContent}}{{.FileContent | Str2html}}{{end}} {{else if not .IsFileText}}