diff --git a/public/css/gogs.css b/public/css/gogs.css
index 407122046..a018a9dba 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -1234,10 +1234,10 @@ html, body {
/* admin dashboard/configuration */
-.dl-horizontal > dt {
+.admin-dl-horizontal > dt {
width: 320px;
}
-.dl-horizontal > dd {
+.admin-dl-horizontal > dd {
margin-left: 340px;
}
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl
index d7c3ba761..96c52fb5a 100644
--- a/templates/admin/config.tmpl
+++ b/templates/admin/config.tmpl
@@ -9,7 +9,7 @@
-
+
- Application Name
- {{AppName}}
- Application Version
@@ -36,7 +36,7 @@
-
+
- Type
- {{.DbCfg.Type}}
- Host
@@ -59,7 +59,7 @@
-
+
- Register Email Confirmation
- Disenable Registeration
@@ -85,7 +85,7 @@
-
+
- Enabled
- Name
@@ -104,7 +104,7 @@
-
+
- Cache Adapter
- {{.CacheAdapter}}
- Cache Config
@@ -119,7 +119,7 @@
-
+
- Session Provider
- {{.SessionProvider}}
- Cookie Name
@@ -150,7 +150,7 @@
-
+
- Picture Service
- {{.PictureService}}
@@ -163,7 +163,7 @@
-
+
- Log Mode
- {{.LogMode}}
- Log Config
diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl
index ef64e5791..31970f7ac 100644
--- a/templates/admin/dashboard.tmpl
+++ b/templates/admin/dashboard.tmpl
@@ -19,7 +19,7 @@
-
+
- Server Uptime
- {{.SysStatus.Uptime}}
diff --git a/templates/repo/single_file.tmpl b/templates/repo/single_file.tmpl
index 9199ca91f..6127a5767 100644
--- a/templates/repo/single_file.tmpl
+++ b/templates/repo/single_file.tmpl
@@ -13,11 +13,11 @@
{{end}}
{{if not .ReadmeInSingle}}
{{end}}