Slightly better repo list screen

This commit is contained in:
Joseph Schorr 2013-09-27 13:49:50 -04:00
parent 6bcb5cfcaa
commit 685479da7b
4 changed files with 32 additions and 4 deletions

View file

@ -74,4 +74,27 @@ p.editable:hover i {
padding: 4px;
border: 1px solid #ddd;
width: 300px;
}
}
.repo-listing {
display: block;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
padding: 10px;
}
.repo-listing a {
font-size: 1.5em;
}
.repo-listing i {
font-size: 1.5em;
color: #999;
display: inline-block;
margin-right: 6px;
}
.repo-listing .description {
margin-top: 6px;
padding-left: 36px;
}