summaryrefslogtreecommitdiffstats
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-20 17:31:18 +0800
committerslene <vslene@gmail.com>2014-03-20 17:31:18 +0800
commit21379e30a18fed473ae2bbeb41332919ff80497d (patch)
tree814d9a5fd691f9e96b6aa631b3f0e291475a8dd7 /public/css/gogs.css
parentc3532718a79f102f4e19c11868a2c618b482eb6a (diff)
downloadgitea-21379e30a18fed473ae2bbeb41332919ff80497d.tar.gz
gitea-21379e30a18fed473ae2bbeb41332919ff80497d.zip
fix link
Diffstat (limited to 'public/css/gogs.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 a4767c1c8b..83d1b96fe2 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;