Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/cgit.css b/cgit.css index 008cff8..1d90057 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -292,9 +292,9 @@ table.blob td.linenumbers { |
292 | table.blob pre { |
292 | table.blob pre { |
293 | padding: 0; margin: 0; |
293 | padding: 0; margin: 0; |
294 | } |
294 | } |
295 | |
295 | |
296 | table.blob a.no { |
296 | table.blob a.no, table.ssdiff a.no { |
297 | color: gray; |
297 | color: gray; |
298 | text-align: right; |
298 | text-align: right; |
299 | text-decoration: none; |
299 | text-decoration: none; |
300 | } |
300 | } |
|