diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-16 12:07:35 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-16 12:07:35 -0400 |
commit | ec65be79f0337b11c01121eae9fd54fe49bee830 (patch) | |
tree | f623dbf19d69cef9a2938a0f465f1159d59a5a49 /public | |
parent | c97a435d73eca1d2365a66469252d685e942501b (diff) | |
download | gitea-ec65be79f0337b11c01121eae9fd54fe49bee830.tar.gz gitea-ec65be79f0337b11c01121eae9fd54fe49bee830.zip |
Fix commit feed ui
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 89da6055b8..45ce5d21d5 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -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; |