diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-14 16:43:22 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-14 16:43:22 -0400 |
commit | 7027ac930841960dfe850572a0e8306c6c010ef3 (patch) | |
tree | cfbfc3a9a0270c1dc3d556a3cd012b1823163d9b /templates | |
parent | b9560374cd9d06b9009eb48ef0f0cefe04a4daed (diff) | |
download | gitea-7027ac930841960dfe850572a0e8306c6c010ef3.tar.gz gitea-7027ac930841960dfe850572a0e8306c6c010ef3.zip |
Fix #461
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 3812508248..42ae775a0e 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -8,7 +8,7 @@ {{if .Repository.IsMirror}}<span class="label label-gray">{{.i18n.Tr "mirror"}}</span>{{end}} </h1> <ul id="repo-header-meta" class="right menu menu-line"> - <li id="repo-header-download" class="inline-block down drop"> + <li id="repo-header-download" class="drop"> <a id="repo-header-download-btn" href="#"> <button class="btn btn-black text-bold btn-radius"> <i class="octicon octicon-cloud-download"></i> |