-rw-r--r-- | cgit.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -78,18 +78,18 @@ div.error { margin: 1em 2em; } div.ls-dir a { font-weight: bold; } th.filesize, td.filesize { text-align: right; } -th.filemode, td.filemode { - text-align: center; +td.filemode { + font-family: monospace; } td.blob { white-space: pre; font-family: courier; font-size: 100%; background-color: white; } |