summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-15 20:55:03 +0800
committerUnknwon <u@gogs.io>2015-08-15 20:55:03 +0800
commit7bb5cb444ce433ce2c971f32b7a95e612580f4ee (patch)
treefdfb295e0c72648fc183d5fc9c938de2fa7cddcb /templates
parent2e30b421b403f70ee6b41fdfd8a0b8f1b9a140a8 (diff)
downloadgitea-7bb5cb444ce433ce2c971f32b7a95e612580f4ee.tar.gz
gitea-7bb5cb444ce433ce2c971f32b7a95e612580f4ee.zip
fix css styles
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/settings/deploy_keys.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/settings/deploy_keys.tmpl b/templates/repo/settings/deploy_keys.tmpl
index 5d66fa2fad..769376b649 100644
--- a/templates/repo/settings/deploy_keys.tmpl
+++ b/templates/repo/settings/deploy_keys.tmpl
@@ -6,12 +6,12 @@
{{template "repo/settings/navbar" .}}
<div class="twelve wide column content">
{{template "base/alert" .}}
- <h3 class="ui top attached header">
+ <h4 class="ui top attached header">
{{.i18n.Tr "repo.settings.deploy_keys"}}
<div class="ui right">
<div id="add-deploy-key" class="ui blue tiny button">{{.i18n.Tr "repo.settings.add_deploy_key"}}</div>
</div>
- </h3>
+ </h4>
<div class="ui attached segment">
{{if .Deploykeys}}
<div class="ui key list">