diff options
author | Unknwon <u@gogs.io> | 2015-11-17 02:20:49 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-17 02:20:49 -0500 |
commit | 9a27e1b90ce360a7aaf5464128ae01017a230e77 (patch) | |
tree | 062abb627fba7278e93fcdd8b696eb8dbeb48f7b /public/css/gogs.css | |
parent | ff5f14431eb2df2e68e6b3765607fa4aef99c707 (diff) |
minor css fix
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-x | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |