Minor update to style

This commit is contained in:
Buu Nguyen 2014-06-06 18:20:13 -07:00
parent efdb77835b
commit 7692aa6368
2 changed files with 2 additions and 1 deletions

View File

@ -88,6 +88,7 @@ html, .header > .container, .repohead > .container, .site > .container {
line-height: 1;
margin-top: -10px;
margin-bottom: 5px;
margin-left: -1px;
font-size: 12px;
margin-top: -6px;
font-size: 11px;

View File

@ -63,7 +63,7 @@ TreeView.prototype.show = function(repo, treeData) {
self.syncSelection()
$(self).trigger(EVENT.VIEW_READY)
})
tree.refresh()
tree.refresh(true)
function sort(folder) {
folder.sort(function(a, b) {