diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-19 01:35:24 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-19 01:35:24 -0400 |
commit | a342d58d7e208ef64d29151970244de7f7b4fac6 (patch) | |
tree | 55972233ac1517513d865dc2ba4895b7cdaf95cb /public/ng/css | |
parent | d7d167ac63e0ada717f78383016f5b208a1b209a (diff) | |
download | gitea-a342d58d7e208ef64d29151970244de7f7b4fac6.tar.gz gitea-a342d58d7e208ef64d29151970244de7f7b4fac6.zip |
Able to fork repo to individuals
Diffstat (limited to 'public/ng/css')
-rw-r--r-- | public/ng/css/gogs.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 88d2c887dc..f10eb788cb 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1602,6 +1602,14 @@ The register and sign-in page style .compare-head-box .compare { padding: 0 15px 15px 15px; } +.fork-flag { + display: block; + font-size: 11px; + line-height: 10px; + white-space: nowrap; + margin-left: 44px; + margin-top: -15px; +} #admin-wrapper, #setting-wrapper { padding-bottom: 100px; |