]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
In side-by-side diff, add support for marking individual characters.
[ps-cgit] / cgit.css
index 3f37165c16d96e1a5c5859b1db16b8fdc7d224cb..9e6d2a496edf058bac0acf86d4e7920cb2fe820e 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -627,6 +627,11 @@ table.ssdiff td.add_dark {
        min-width: 50%;
 }
 
+table.ssdiff span.add {
+       background: #cfc;
+       font-weight: bold;
+}
+
 table.ssdiff td.del {
        color: black;
        background: #fcc;
@@ -639,6 +644,11 @@ table.ssdiff td.del_dark {
        min-width: 50%;
 }
 
+table.ssdiff span.del {
+       background: #fcc;
+       font-weight: bold;
+}
+
 table.ssdiff td.changed {
        color: black;
        background: #ffc;