Unidiff1 files changed, 5 insertions, 5 deletions
|
diff --git a/cgit.css b/cgit.css index adfc8ae..c47ebc9 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -155,7 +155,7 @@ table.list td.logsubject { |
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 { |
@@ -237,16 +237,16 @@ table.blob { |
237 | } |
237 | } |
238 | |
238 | |
239 | table.blob td.lines { |
239 | table.blob td.lines { |
240 | margin: 0; padding: 0; |
240 | margin: 0; padding: 0 0 0 0.5em; |
241 | vertical-align: top; |
241 | vertical-align: top; |
242 | color: black; |
242 | color: black; |
243 | } |
243 | } |
244 | |
244 | |
245 | table.blob td.linenumbers { |
245 | table.blob td.linenumbers { |
246 | margin: 0; padding: 0; |
246 | margin: 0; padding: 0 0.5em 0 0.5em; |
247 | vertical-align: top; |
247 | vertical-align: top; |
| |
248 | text-align: right; |
248 | border-right: 1px solid gray; |
249 | border-right: 1px solid gray; |
249 | background-color: #eee; |
| |
250 | } |
250 | } |
251 | |
251 | |
252 | table.blob pre { |
252 | table.blob pre { |
@@ -429,7 +429,7 @@ table.diff td div.del { |
429 | text-align: right; |
429 | text-align: right; |
430 | } |
430 | } |
431 | |
431 | |
432 | table.list td.repogroup { |
432 | table.list td.reposection { |
433 | font-style: italic; |
433 | font-style: italic; |
434 | color: #888; |
434 | color: #888; |
435 | } |
435 | } |
|