From 9a27e1b90ce360a7aaf5464128ae01017a230e77 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 17 Nov 2015 02:20:49 -0500 Subject: minor css fix --- public/css/gogs.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css/gogs.css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 906f8d31..58149ff1 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2539,6 +2539,9 @@ footer .container .links > *:first-child { background: rgba(0, 0, 0, 0.05) !important; color: rgba(0, 0, 0, 0.95) !important; } +#search-user-box .results .item img { + margin-right: 8px; +} .issue.list { list-style: none; padding-top: 15px; -- cgit v1.2.3