diff options
author | Unknwon <u@gogs.io> | 2017-03-24 16:25:40 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-24 16:25:40 -0400 |
commit | 8196430f47842fba4f227b105cd96d4b981d077d (patch) | |
tree | a7301f793cd341564edeb75425c21249b4b39035 /public/css | |
parent | 7a99e56893d00632a18d7aa030028eca28a96e3e (diff) |
repo: allow private repository to have public wiki or issues
Relates to #649 and #2157
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index c7a19c19..ad6b682b 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2321,6 +2321,9 @@ footer .ui.language .menu { .repository.wiki.view > .markdown h6:first-of-type { margin-top: 0; } +.repository.settings.options .box.field { + padding-left: 27px; +} .repository.settings.collaboration .collaborator.list { padding: 0; } |