File: text-diff-html.css

package info (click to toggle)
libsvn-web-perl 0.63-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: perl: 1,987; sh: 73; makefile: 11
file content (32 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.file span { 
  display: block;
}
.file .fileheader, .file .hunkheader {
  color: #888;
}
.file .hunk { 
  font-family: monospace;
  white-space: pre;
}
.file .hunk .ctx {
  background: #fff;
}
.file .hunk .ins { 
  background: #dfd; 
  text-decoration: none; 
  display: block; 
}
.file .hunk .del {
  background: #fdd;
  text-decoration: none;
  display: block;
}
.ins { 
  border: 1px solid #0c0;
}
.del { 
  border: 1px solid #c00;
}
span.diff-leader {
  display: none;
}