aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index a4767c1c..83d1b96f 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -647,6 +647,14 @@ html, body {
padding: 30px 30px 50px;
}
+.file-content .file-body.file-code {
+ padding: 0;
+}
+
+.file-content .file-body.file-code > pre {
+ border: none;
+}
+
.branch-list th, .commit-list th {
background-color: #FFF;
line-height: 28px !important;