diff options
author | silverwind <me@silverwind.io> | 2017-12-07 02:26:12 +0100 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-12-07 09:26:12 +0800 |
commit | 1ed7f1881589b3831b2fe36fa9228f82c1b9b83e (patch) | |
tree | 5937aac6888492b7625241e9f34bc82ab77cbd25 /templates | |
parent | 54907dfbd198628a2da18b8e1f350dd4e4f54514 (diff) | |
download | gitea-1ed7f1881589b3831b2fe36fa9228f82c1b9b83e.tar.gz gitea-1ed7f1881589b3831b2fe36fa9228f82c1b9b83e.zip |
Rework button styles on repo and commit page (#3104)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/commits.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index 418ac1a355..b3701af846 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.tmpl @@ -6,7 +6,7 @@ <div class="ui secondary menu"> {{template "repo/branch_dropdown" .}} <div class="fitted item"> - <a href="{{.RepoLink}}/graph" class="ui basic small button"> + <a href="{{.RepoLink}}/graph" class="ui basic small compact button"> <span class="text"> <i class="octicon octicon-git-branch"></i> </span> |