repo/wiki: improve UI

This commit is contained in:
Unknwon
2017-04-07 15:30:08 -04:00
parent d0612be402
commit 62a20b8a2d
3 changed files with 13 additions and 11 deletions

View File

@@ -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 {
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 {
.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 {