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
@@ -49,24 +49,30 @@ div#header { | |||
49 | } | 49 | } |
50 | 50 | ||
51 | div#header img#logo { | 51 | div#header img#logo { |
52 | float: right; | 52 | float: right; |
53 | } | 53 | } |
54 | 54 | ||
55 | div#content { | 55 | div#content { |
56 | margin: 0.5em 0.5em; | 56 | margin: 0.5em 0.5em; |
57 | } | 57 | } |
58 | 58 | ||
59 | div.error { | 59 | div.error { |
60 | color: red; | 60 | color: red; |
61 | font-weight: bold; | 61 | font-weight: bold; |
62 | margin: 1em 2em; | 62 | margin: 1em 2em; |
63 | } | 63 | } |
64 | div.ls-dir a { | 64 | div.ls-dir a { |
65 | font-weight: bold; | 65 | font-weight: bold; |
66 | } | 66 | } |
67 | th.filesize, td.filesize { | 67 | th.filesize, td.filesize { |
68 | text-align: right; | 68 | text-align: right; |
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 | ||