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 |
|
@@ -288,17 +288,17 @@ table.blob td.linenumbers { |
288 | text-align: right; |
288 | text-align: right; |
289 | border-right: 1px solid gray; |
289 | border-right: 1px solid gray; |
290 | } |
290 | } |
291 | |
291 | |
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 | } |
301 | |
301 | |
302 | table.blob a.no a:hover { |
302 | table.blob a.no a:hover { |
303 | color: black; |
303 | color: black; |
304 | } |
304 | } |
|