File: ccbuild.css

package info (click to toggle)
ccbuild 1.5.7-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,208 kB
  • ctags: 441
  • sloc: cpp: 4,817; sh: 1,195; makefile: 53; ansic: 43
file content (15 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
passed {
  color: black;
  display: none;
}
failed {
  color: red;
}
.old {
  color: darkred;
  display: block;
}
.uptodate {
  color: darkblue;
  display: none;
}