1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 16:58:37 +00:00

fix code style

This commit is contained in:
slene
2014-03-20 23:55:27 +08:00
parent 28b4b6c9d5
commit 686348974b
3 changed files with 5 additions and 4 deletions

View File

@@ -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;
}