diff options
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 68439911..a06f3deb 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2331,15 +2331,16 @@ footer .ui.language .menu { .repository.wiki.view .ui.sub.header { text-transform: none; } -.repository.wiki.view > .markdown { - padding: 15px 30px; -} -.repository.wiki.view > .markdown h1:first-of-type, -.repository.wiki.view > .markdown h2:first-of-type, -.repository.wiki.view > .markdown h3:first-of-type, -.repository.wiki.view > .markdown h4:first-of-type, -.repository.wiki.view > .markdown h5:first-of-type, -.repository.wiki.view > .markdown h6:first-of-type { +.repository.wiki.view .markdown { + padding-left: 25px; + margin-left: -25px; +} +.repository.wiki.view .markdown h1:first-of-type, +.repository.wiki.view .markdown h2:first-of-type, +.repository.wiki.view .markdown h3:first-of-type, +.repository.wiki.view .markdown h4:first-of-type, +.repository.wiki.view .markdown h5:first-of-type, +.repository.wiki.view .markdown h6:first-of-type { margin-top: 0; } .repository.settings.collaboration .collaborator.list { |