diff options
Diffstat (limited to '')
-rw-r--r-- | cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css index a2a685b..3ed1989 100644 --- a/cgit.css +++ b/cgit.css @@ -275,7 +275,7 @@ table.blob pre { padding: 0; margin: 0; } -table.blob a.no { +table.blob a.no, table.ssdiff a.no { color: gray; text-align: right; text-decoration: none; |