diff options
author | Unknwon <u@gogs.io> | 2015-11-27 00:24:24 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-27 00:24:24 -0500 |
commit | 392f3ee21016476fb9794f78882d6c447acb8449 (patch) | |
tree | d2ff57d2ddbe77760021ea57dafc70004ec95269 /public/less/_repository.less | |
parent | c50a3503e6e8ece0dabd109932a72fe093c3cab3 (diff) | |
download | gitea-392f3ee21016476fb9794f78882d6c447acb8449.tar.gz gitea-392f3ee21016476fb9794f78882d6c447acb8449.zip |
wiki: finish new
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 95b7bfd982..486e0b8267 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -970,6 +970,24 @@ background-color: white; } } + + &.view { + .header:not(.sub) { + // padding-left: 30px; + } + .ui.sub.header { + text-transform: none; + } + .markdown { + padding: 15px 30px; + + h1, h2, h3, h4, h5, h6 { + &:first-of-type { + margin-top: 0; + } + } + } + } } &.settings { |