From 21379e30a18fed473ae2bbeb41332919ff80497d Mon Sep 17 00:00:00 2001 From: slene Date: Thu, 20 Mar 2014 17:31:18 +0800 Subject: fix link --- public/css/gogs.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'public/css') 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; -- cgit v1.2.3