Handle empty repos
This commit is contained in:
parent
927b280f1a
commit
f160483af4
2 changed files with 60 additions and 49 deletions
|
@ -353,6 +353,12 @@ p.editable:hover i {
|
|||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.repo .empty-message {
|
||||
padding: 6px;
|
||||
font-size: 1.8em;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.repo dl.dl-horizontal dt {
|
||||
width: 60px;
|
||||
}
|
||||
|
|
Reference in a new issue