From ac18c3f6f279959decb1ae96027b909841dc5412 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Thu, 20 Feb 2020 17:44:13 -0600 Subject: [PATCH] Fixes (#10386) Signed-off-by: jolheiser Co-authored-by: techknowlogick --- templates/explore/repo_list.tmpl | 2 +- templates/org/home.tmpl | 2 +- web_src/less/_repository.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 2dbfac5a2a..72b36432ef 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -24,7 +24,7 @@ {{if .PrimaryLanguage }} {{ .PrimaryLanguage.Language }} {{end}} - {{svg "octicon-repo" 16}} {{.NumStars}} + {{svg "octicon-star" 16}} {{.NumStars}} {{svg "octicon-git-branch" 16}} {{.NumForks}} diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 46c590342b..7fc2a5c2de 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -24,7 +24,7 @@
{{if .CanCreateOrgRepo}}
{{end}} diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 7a22c9fc7d..2b20028848 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -1144,7 +1144,7 @@ .choose.branch { .svg { - padding-right: 10px; + margin-right: 10px; } }