Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/cgit.css b/cgit.css index adfc8ae..e3b32e7 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -152,13 +152,13 @@ table.list td.logsubject { |
152 | font-weight: bold; |
152 | font-weight: bold; |
153 | } |
153 | } |
154 | |
154 | |
155 | table.list td.logmsg { |
155 | table.list td.logmsg { |
156 | font-family: monospace; |
156 | font-family: monospace; |
157 | white-space: pre; |
157 | white-space: pre; |
158 | padding: 1em 0em 2em 0em; |
158 | padding: 1em 0.5em 2em 0.5em; |
159 | } |
159 | } |
160 | |
160 | |
161 | table.list td a { |
161 | table.list td a { |
162 | color: black; |
162 | color: black; |
163 | } |
163 | } |
164 | |
164 | |
|