Slightly better repo list screen
This commit is contained in:
parent
6bcb5cfcaa
commit
685479da7b
4 changed files with 32 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue