1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

Fix commit feed ui

This commit is contained in:
Unknown
2014-03-16 12:07:35 -04:00
parent c97a435d73
commit ec65be79f0
5 changed files with 20 additions and 10 deletions

View File

@ -228,6 +228,12 @@ html, body {
border-radius: 6px;
}
#gogs-user-avatar-commit {
width: 16px;
height: 16px;
border-radius: 2px;
}
#gogs-user-name {
margin-top: 20px;
font-size: 1.6em;