diff options
Diffstat (limited to 'templates/repo')
-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> |