aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-16 23:25:01 +0800
committerslene <vslene@gmail.com>2014-03-16 23:25:01 +0800
commitc9bf526be74a29a9f2e620cbcd06989a40597531 (patch)
tree52a25d131dcfbee07ebfd04e41e9ce0ea83691ce /public/css/gogs.css
parent015174484a3aa430e30801e0c3c5ce0bdc4a5bf5 (diff)
markdown & code style
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 545e2b0b..89da6055 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -560,7 +560,9 @@ html, body {
.file-list .icon {
font-size: 17px;
padding: 5px 0 4px 10px;
- width: 40px;
+ width: 50px;
+ color: #999;
+ text-align: right;
}
.file-list .wrap {
@@ -588,6 +590,19 @@ html, body {
text-align: right;
}
+.file-content .file-head {
+ font-size: 18px;
+}
+
+.file-content .file-head .icon {
+ color: #666;
+ margin: 0 .5em 0 0;
+}
+
+.file-content .file-body {
+ padding: 30px 30px 50px;
+}
+
#wrapper {
min-height: 100%;
height: auto !important;