update user repos style
This commit is contained in:
parent
3d032dfb5a
commit
606ad6dcd0
2 changed files with 42 additions and 2 deletions
|
@ -551,6 +551,38 @@ html, body {
|
|||
border-top: none;
|
||||
}
|
||||
|
||||
.repo-list li {
|
||||
padding: 15px 0;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.repo-list li:first-child {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.repo-list h4 {
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.repo-list .meta {
|
||||
margin: 15px 0 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.repo-list .desc {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.repo-list .meta .fa {
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
|
||||
.repo-list .meta,
|
||||
.repo-list .info {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue