diff options
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -70,3 +70,9 @@ th.filesize, td.filesize { | |||
70 | th.filemode, td.filemode { | 70 | th.filemode, td.filemode { |
71 | text-align: center; | 71 | text-align: center; |
72 | } | 72 | } |
73 | |||
74 | td.blob { | ||
75 | white-space: pre; | ||
76 | font-family: courier; | ||
77 | font-size: 100%; | ||
78 | } \ No newline at end of file | ||