author | Lars Hjemli <hjemli@gmail.com> | 2006-12-12 23:36:22 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-12 23:36:22 (UTC) |
commit | 9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87 (patch) (unidiff) | |
tree | 9c274a102df9a26e54e7ed3b833c5e2ab428cff9 /cgit.css | |
parent | 06fe0c2f47eaf467db8ab1443e61dfa1c280f30a (diff) | |
download | cgit-9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87.zip cgit-9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87.tar.gz cgit-9c2e863ec22ce552f1a2e06c6c9e3d77368b0e87.tar.bz2 |
Small layout adjustments to summary and blob view
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgit.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -69,4 +69,10 @@ th.filesize, td.filesize { | |||
69 | } | 69 | } |
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 | ||