Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/cgit.css b/cgit.css index 640bbc9..ef4bc62 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -136,17 +136,17 @@ div#blob { |
136 | } |
136 | } |
137 | |
137 | |
138 | div.error { |
138 | div.error { |
139 | color: red; |
139 | color: red; |
140 | font-weight: bold; |
140 | font-weight: bold; |
141 | margin: 1em 2em; |
141 | margin: 1em 2em; |
142 | } |
142 | } |
143 | |
143 | |
144 | div.ls-blob, div.ls-dir { |
144 | td.ls-blob, td.ls-dir, td.ls-mod { |
145 | font-family: monospace; |
145 | font-family: monospace; |
146 | } |
146 | } |
147 | |
147 | |
148 | div.ls-dir a { |
148 | div.ls-dir a { |
149 | font-weight: bold; |
149 | font-weight: bold; |
150 | } |
150 | } |
151 | |
151 | |
152 | th.filesize, td.filesize { |
152 | th.filesize, td.filesize { |
|