aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-17 02:20:49 -0500
committerUnknwon <u@gogs.io>2015-11-17 02:20:49 -0500
commit9a27e1b90ce360a7aaf5464128ae01017a230e77 (patch)
tree062abb627fba7278e93fcdd8b696eb8dbeb48f7b /public/css
parentff5f14431eb2df2e68e6b3765607fa4aef99c707 (diff)
minor css fix
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css3
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;