diff options
author | Unknwon <u@gogs.io> | 2015-08-12 19:08:10 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-12 19:08:10 +0800 |
commit | 33f33e055afe08a7d497345d67f8b8b46c498379 (patch) | |
tree | 787aff1a8e0ac8e08b73a60510373e6deb77bbc9 /public/less/_repository.less | |
parent | 52933932d2f9f8c727b249bcf16b166519128693 (diff) | |
download | gitea-33f33e055afe08a7d497345d67f8b8b46c498379.tar.gz gitea-33f33e055afe08a7d497345d67f8b8b46c498379.zip |
fix on #1466
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 48fe8e4a67..a938d6aff2 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -5,12 +5,31 @@ padding-bottom: @footer-margin * 3; .head { + .column { + padding-top: 5px!important; + padding-bottom: 5px!important; + } .ui.compact.menu { margin-left: 1rem; } .ui.header { margin-top: 0; } + .mega-octicon { + width: @mega-octicon-width; + font-size: 30px; + } + .ui.huge.breadcrumb { + font-weight: 300; + font-size: 1.7rem; + } + .fork-flag { + margin-left: @mega-octicon-width + 8px; + display: block; + font-size: 11px; + line-height: 10px; + white-space: nowrap; + } } .metas { |