diff options
author | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-11-17 23:07:34 +0800 |
---|---|---|
committer | fuxiaohei <fuxiaohei@vip.qq.com> | 2014-11-17 23:07:34 +0800 |
commit | d1a60e364383b877fd98b853d94b739cb171fe9c (patch) | |
tree | db3bddccb05f18a4be0b1a2a39e1415b66756c11 /public/ng/less/ui/label.less | |
parent | a0f9197b4573aa9d4d868637ed00e710a435797b (diff) |
add pull-request and labels page design
Diffstat (limited to 'public/ng/less/ui/label.less')
-rw-r--r-- | public/ng/less/ui/label.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/ng/less/ui/label.less b/public/ng/less/ui/label.less index 21a4c82d..ab07718f 100644 --- a/public/ng/less/ui/label.less +++ b/public/ng/less/ui/label.less @@ -1,7 +1,7 @@ @import "var"; .label { - padding: 2px 6px; + padding: .3em .6em .2em .6em; color: @labelFontColor; } |