diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 18:44:37 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 18:44:37 +0800 |
commit | 2a2f025388b2f47cff4162adc207af2ba68d64d9 (patch) | |
tree | f3f3f732f5bcf9f1a74cac5723ff5c4eccc0fe99 /templates/install.tmpl | |
parent | 6e33e54e71cdb6a100b9048bd6d9567fea2e7c91 (diff) | |
download | gitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.tar.gz gitea-2a2f025388b2f47cff4162adc207af2ba68d64d9.zip |
change css name style
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl index a13f219088..849491f898 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} -<div id="gogs-body" class="container"> - <form action="/install" method="post" class="form-horizontal gogs-card" id="gogs-install-card"> +<div id="body" class="container"> + <form action="/install" method="post" class="form-horizontal card" id="install-card"> {{.CsrfTokenHtml}} <h3>Install Steps</h3> <div class="alert alert-danger form-error{{if .HasError}}{{else}} hidden{{end}}">{{.ErrorMsg}}</div> |