summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-16 12:07:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-16 12:07:35 -0400
commitec65be79f0337b11c01121eae9fd54fe49bee830 (patch)
treef623dbf19d69cef9a2938a0f465f1159d59a5a49 /public
parentc97a435d73eca1d2365a66469252d685e942501b (diff)
downloadgitea-ec65be79f0337b11c01121eae9fd54fe49bee830.tar.gz
gitea-ec65be79f0337b11c01121eae9fd54fe49bee830.zip
Fix commit feed ui
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css6
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;