submodules displayed for tree view

This commit is contained in:
Dmitriy Zaporozhets 2012-02-14 23:48:42 +02:00
parent c062e56b4c
commit a7bcc2eb5c
8 changed files with 38 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

View file

@ -234,12 +234,19 @@ img.lil_av {
border-color:#ddd;
h5 {
padding: 5px 10px;
padding: 0 10px;
background:#f5f5f5;
border-bottom: 1px solid #ccc;
@include round-borders-top(4px);
border-top:none;
}
li {
padding:10px;
&:first-child {
@include round-borders-top(4px);
border-top:none;
}
}
}

View file

@ -144,3 +144,7 @@ table.highlighttable .linenodiv pre {
background:#f5f5f5;
}
}
.tree-commit-link {
color:#333;
}