From ca8ad670bfc26ff8556cc09a52e8381f1cea342d Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Wed, 26 Dec 2012 16:53:33 -0800 Subject: [PATCH] centering the directory name in the highlight. --- static/tree-view.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/tree-view.css b/static/tree-view.css index 20e04722a..94b1919e5 100644 --- a/static/tree-view.css +++ b/static/tree-view.css @@ -105,6 +105,7 @@ font-size: 12px; width: 12px; height: 12px; + line-height: 16px; margin-right: 3px; -webkit-font-smoothing: antialiased; } @@ -136,10 +137,8 @@ .tree-view .directory > .header .disclosure-arrow:before { content: "\f05a"; - top: -2px; } .tree-view .directory.expanded > .header .disclosure-arrow:before { content: "\f05b"; - top: -2px; }