1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 01:45:22 +02: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;
}