aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-25 18:31:27 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-25 18:31:27 +0800
commit4e88ae19d1e2e91e4d3168304c06fcbce73c31bf (patch)
treea4c2f6b7215ae8c0926e9bfdb29e64c3daaf4739 /public/css
parentbb71a1bc1da52ce3985dfcb80852df5a9ca053d5 (diff)
parent6e33e54e71cdb6a100b9048bd6d9567fea2e7c91 (diff)
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'public/css')
-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 8b031d6e..2254ef5a 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;