diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2006-12-13 00:36:22 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-13 00:36:22 +0100 | 
| commit | 9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87 (patch) | |
| tree | 9c274a102df9a26e54e7ed3b833c5e2ab428cff9 /cgit.c | |
| parent | Add display of tree content w/ui-tree.c (diff) | |
| download | cgit-9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87.tar.gz cgit-9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87.tar.bz2 cgit-9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87.zip | |
Small layout adjustments to summary and blob view
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | cgit.css | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -70,3 +70,9 @@ th.filesize, td.filesize {  th.filemode, td.filemode {  	text-align: center;  } + +td.blob { +	white-space: pre; +	font-family: courier; +	font-size: 100%; +}
\ No newline at end of file | 
