]> source.dussan.org Git - gitea.git/commitdiff
minor css fix
authorUnknwon <u@gogs.io>
Tue, 17 Nov 2015 07:20:49 +0000 (02:20 -0500)
committerUnknwon <u@gogs.io>
Tue, 17 Nov 2015 07:20:49 +0000 (02:20 -0500)
public/css/gogs.css
public/less/_repository.less

index 906f8d31e7d0a8a905bcd7ed34aba12fcc5ec967..58149ff150261cabcbc607faac9bf91d682f3679 100755 (executable)
@@ -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;
index 86c8fe33e98da9028e71d629c419ef6cce178fc5..060eeeae0be12f7c88d42edf4acb6cae5427cf38 100644 (file)
                                background: rgba(0,0,0,.05)!important;
                    color: rgba(0,0,0,.95)!important;
                        }
+                       img {
+                               margin-right: 8px;
+                       }
                }
        }
 }