about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli2006-12-13 00:36:22 +0100
committerLars Hjemli2006-12-13 00:36:22 +0100
commit9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87 (patch)
tree9c274a102df9a26e54e7ed3b833c5e2ab428cff9 /cgit.css
parentAdd display of tree content w/ui-tree.c (diff)
downloadcgit-9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87.tar.gz
cgit-9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87.zip
Small layout adjustments to summary and blob view
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-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