From: Dmitriy Zaporozhets Date: Mon, 2 Sep 2013 21:09:20 +0000 (+0300) Subject: Use normal font-weight for file names on tree view X-Git-Tag: v6.2.0~221 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=54faf7871ee43115e972f3cb70d93fde01f030e1;p=wvm%2Fgitlab.git Use normal font-weight for file names on tree view --- diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index b8b82bcf6..850ed831d 100644 --- a/app/assets/stylesheets/sections/tree.scss +++ b/app/assets/stylesheets/sections/tree.scss @@ -15,6 +15,12 @@ .tree-table { @include border-radius(0); .tree-item { + td { + padding: 8px 10px; + strong { + font-weight: normal; + } + } &:hover { td { background: $hover;