centering the directory name in the highlight.

This commit is contained in:
Jon Rohan
2012-12-26 16:53:33 -08:00
parent 9a06b606f6
commit ca8ad670bf

View File

@@ -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;
}