diff options
author | slene <vslene@gmail.com> | 2014-03-20 23:55:27 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-20 23:55:27 +0800 |
commit | 686348974b1a1f6f11cab5244df2362f99e0a124 (patch) | |
tree | 288ff7cb513fb6e5b0d1b3a48a23c86a5b52823f /public/css/gogs.css | |
parent | 28b4b6c9d558e340ca8a2e53ec5d729760738305 (diff) |
fix code style
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-x | public/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 89ae3470..b7998823 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -651,7 +651,7 @@ html, body { overflow-y: hidden; } -.file-content .file-body pre { +.file-content .file-body.file-code pre { background-color: #FFF; border: none; } |