submodules displayed for tree view
This commit is contained in:
parent
c062e56b4c
commit
a7bcc2eb5c
8 changed files with 38 additions and 9 deletions
BIN
app/assets/images/submodule.png
Normal file
BIN
app/assets/images/submodule.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 641 B |
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -144,3 +144,7 @@ table.highlighttable .linenodiv pre {
|
|||
background:#f5f5f5;
|
||||
}
|
||||
}
|
||||
|
||||
.tree-commit-link {
|
||||
color:#333;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue