]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Remove unused git_get_{preceding,following}_references
[Gitweb] / gitweb.css
index a592d3cc2c64d20f9029e9ee94b657631c93c09c9cde290813725dccb9c844d9..39cc157f53c108aeb39a16363b27df1183df917aae22e125d77be181a33c4d35 100644 (file)
@@ -273,10 +273,22 @@ td.mode {
        font-family: monospace;
 }
 
+div.diff a.list {
+       text-decoration: none;
+}
+
+div.diff a.list:hover {
+       text-decoration: underline;
+}
+
+div.diff.to_file a.list,
+div.diff.to_file,
 div.diff.add {
        color: #008800;
 }
 
+div.diff.from_file a.list,
+div.diff.from_file,
 div.diff.rem {
        color: #cc0000;
 }
This page took 0.204235 seconds and 4 git commands to generate.