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 2dbfac5a2..72b36432e 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 46c590342..7fc2a5c2d 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 7a22c9fc7..2b2002884 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; } }