summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2019-02-08 18:18:22 +0100
committertechknowlogick <matti@mdranta.net>2019-02-08 12:18:22 -0500
commitc3d8fb73dcab6b1bbc846de8d34d05de620a96b3 (patch)
treec469768573c905cd8349909063770b294fc10c48 /templates
parentdb58dbabfc53c96fb47bcfa195ace2a5d61908ad (diff)
downloadgitea-c3d8fb73dcab6b1bbc846de8d34d05de620a96b3.tar.gz
gitea-c3d8fb73dcab6b1bbc846de8d34d05de620a96b3.zip
fix header menu misalignment (#6002)
Diffstat (limited to 'templates')
-rw-r--r--templates/base/head_navbar.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl
index c03af4649d..30316e7e5b 100644
--- a/templates/base/head_navbar.tmpl
+++ b/templates/base/head_navbar.tmpl
@@ -56,14 +56,14 @@
</span>
<div class="menu">
<a class="item" href="{{AppSubUrl}}/repo/create">
- <i class="fitted octicon octicon-plus"></i> {{.i18n.Tr "new_repo"}}
+ <i class="octicon octicon-plus"></i> {{.i18n.Tr "new_repo"}}
</a>
<a class="item" href="{{AppSubUrl}}/repo/migrate">
- <i class="fitted octicon octicon-repo-clone"></i> {{.i18n.Tr "new_migrate"}}
+ <i class="octicon octicon-repo-clone"></i> {{.i18n.Tr "new_migrate"}}
</a>
{{if .SignedUser.CanCreateOrganization}}
<a class="item" href="{{AppSubUrl}}/org/create">
- <i class="fitted octicon octicon-organization"></i> {{.i18n.Tr "new_org"}}
+ <i class="octicon octicon-organization"></i> {{.i18n.Tr "new_org"}}
</a>
{{end}}
</div><!-- end content create new menu -->