File: pcb.css

package info (click to toggle)
pcb 20091103-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 21,568 kB
  • ctags: 13,286
  • sloc: ansic: 112,778; sh: 6,245; yacc: 5,035; pascal: 4,086; makefile: 1,425; perl: 560; lex: 432; awk: 158; tcl: 63; xml: 20
file content (11 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
table.cartouche {
  border-collapse: collapse;
  border: 1px solid #800000;
  width: 100%;
}
table.cartouche td {
  padding: 4px;
}
pre.format {
  font-family: monospace;
}