From 33f33e055afe08a7d497345d67f8b8b46c498379 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 12 Aug 2015 19:08:10 +0800 Subject: fix on #1466 --- public/less/_repository.less | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'public/less') diff --git a/public/less/_repository.less b/public/less/_repository.less index 48fe8e4a..a938d6af 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 { -- cgit v1.2.3