Handle empty repos

This commit is contained in:
Joseph Schorr 2013-10-02 00:43:59 -04:00
parent 927b280f1a
commit f160483af4
2 changed files with 60 additions and 49 deletions

View file

@ -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;
}