From 5bbeeb0f1b5cecb67e1527410a45fb65df0096d1 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 23 Sep 2014 15:30:04 -0400 Subject: Page: Commits and fix #249 --- public/ng/less/gogs/base.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/ng/less/gogs/base.less') diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less index 47d8b1b6..4319a56e 100644 --- a/public/ng/less/gogs/base.less +++ b/public/ng/less/gogs/base.less @@ -30,6 +30,11 @@ img.avatar-16 { height: 16px; vertical-align: middle; } +img.avatar-20 { + width: 20px; + height: 20px; + vertical-align: middle; +} img.avatar-24 { width: 24px; height: 24px; -- cgit v1.2.3