css: improve fonts under Windows

This commit is contained in:
Unknwon
2017-04-04 21:05:01 -04:00
parent c05717a5f0
commit ba151eda0a
3 changed files with 8 additions and 6 deletions

View File

@@ -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>