diff options
Diffstat (limited to 'public/css/index.css')
-rw-r--r-- | public/css/index.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/css/index.css b/public/css/index.css index 3fa2d6d0fd..9ed282ade2 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -2227,15 +2227,15 @@ footer .ui.language .menu { .repository.wiki.view .ui.sub.header { text-transform: none; } -.repository.wiki.view .markdown { +.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 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 { |