summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 16:51:42 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-25 16:51:42 +0800
commit7f6126dd04142c23fe5565a4c1f8cd8c93158460 (patch)
tree815788fa681f2811ae222c05a739c21fb60c65ba /public
parent6ef3e8b3c9a085e3d99b02ba7bb80fc8126f2f90 (diff)
downloadgitea-7f6126dd04142c23fe5565a4c1f8cd8c93158460.tar.gz
gitea-7f6126dd04142c23fe5565a4c1f8cd8c93158460.zip
install sample page
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 8b031d6ed3..2254ef5a24 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -224,6 +224,15 @@ html, body {
line-height: 30px;
}
+#gogs-install-card{
+ width: 800px;
+}
+
+#gogs-install-card .form-group {
+ margin-left: 0;
+ margin-right: 0;
+}
+
.gogs-card .btn {
cursor: pointer;
margin-right: 1.2em;
@@ -676,7 +685,7 @@ html, body {
margin: 0 .5em 0 0;
}
-.file-content .file-head .file-size{
+.file-content .file-head .file-size {
font-size: 13px;
color: #888;
margin-left: 1em;