File: pcb.css

package info (click to toggle)
pcb 20080202-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 22,684 kB
  • ctags: 10,254
  • sloc: ansic: 81,609; sh: 5,803; yacc: 5,032; pascal: 3,999; makefile: 1,322; lex: 410; perl: 308; 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;
}