summaryrefslogtreecommitdiffstats
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-27 00:24:24 -0500
committerUnknwon <u@gogs.io>2015-11-27 00:24:24 -0500
commit392f3ee21016476fb9794f78882d6c447acb8449 (patch)
treed2ff57d2ddbe77760021ea57dafc70004ec95269 /public/css/gogs.css
parentc50a3503e6e8ece0dabd109932a72fe093c3cab3 (diff)
downloadgitea-392f3ee21016476fb9794f78882d6c447acb8449.tar.gz
gitea-392f3ee21016476fb9794f78882d6c447acb8449.zip
wiki: finish new
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 47f38ab0ec..d34a62d1fe 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -2531,6 +2531,20 @@ footer .container .links > *:first-child {
.repository.wiki.new .editor-preview {
background-color: white;
}
+.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 {
+ margin-top: 0;
+}
.repository.settings.collaboration .collaborator.list {
padding: 0;
}