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 | |
parent | ff5f14431eb2df2e68e6b3765607fa4aef99c707 (diff) | |
download | gitea-9a27e1b90ce360a7aaf5464128ae01017a230e77.tar.gz gitea-9a27e1b90ce360a7aaf5464128ae01017a230e77.zip |
minor css fix
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 3 | ||||
-rw-r--r-- | public/less/_repository.less | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 906f8d31e7..58149ff150 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; diff --git a/public/less/_repository.less b/public/less/_repository.less index 86c8fe33e9..060eeeae0b 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -979,6 +979,9 @@ background: rgba(0,0,0,.05)!important; color: rgba(0,0,0,.95)!important; } + img { + margin-right: 8px; + } } } } |