aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-04-04 21:05:01 -0400
committerUnknwon <u@gogs.io>2017-04-04 21:05:01 -0400
commitba151eda0a8b6eec2cb45f01fcbc8aef7ad5a06f (patch)
tree1aa2fb98278a721add41b8d4fe2df55b473a2b5f /templates
parentc05717a5f086c172e67b0bb9cd351e0e972de93d (diff)
css: improve fonts under Windows
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/branch_dropdown.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/branch_dropdown.tmpl b/templates/repo/branch_dropdown.tmpl
index ae09b252..1a8c7aa8 100644
--- a/templates/repo/branch_dropdown.tmpl
+++ b/templates/repo/branch_dropdown.tmpl
@@ -18,12 +18,12 @@
<div class="two column row">
<a class="reference column" href="#" data-target="#branch-list">
<span class="text {{if not .IsViewTag}}black{{end}}">
- <i class="octicon octicon-git-branch"></i> {{.i18n.Tr "repo.branches"}}
+ {{.i18n.Tr "repo.branches"}}
</span>
</a>
<a class="reference column" href="#" data-target="#tag-list">
<span class="text {{if .IsViewTag}}black{{end}}">
- <i class="reference tags icon"></i> {{.i18n.Tr "repo.tags"}}
+ {{.i18n.Tr "repo.tags"}}
</span>
</a>
</div>