color: black;
}
+table.list td a.ls-dir {
+ font-weight: bold;
+ color: #00f;
+}
+
table.list td a:hover {
color: #00f;
}
min-width: 50%;
}
+table.ssdiff span.add {
+ background: #cfc;
+ font-weight: bold;
+}
+
table.ssdiff td.del {
color: black;
background: #fcc;
min-width: 50%;
}
+table.ssdiff span.del {
+ background: #fcc;
+ font-weight: bold;
+}
+
table.ssdiff td.changed {
color: black;
background: #ffc;