Minor update to style
This commit is contained in:
parent
efdb77835b
commit
7692aa6368
|
@ -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;
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue