summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index c16f3f2..97b4e27 100644
--- a/cgit.css
+++ b/cgit.css
@@ -70,3 +70,9 @@ th.filesize, td.filesize {
70th.filemode, td.filemode { 70th.filemode, td.filemode {
71 text-align: center; 71 text-align: center;
72} 72}
73
74td.blob {
75 white-space: pre;
76 font-family: courier;
77 font-size: 100%;
78} \ No newline at end of file