-rw-r--r-- | cgit.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,12 +61,18 @@ div.error { font-weight: bold; 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.blob { + white-space: pre; + font-family: courier; + font-size: 100%; +}
\ No newline at end of file |