File: doc.css

package info (click to toggle)
jscoverage 0.3.1-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 7,308 kB
  • ctags: 8,302
  • sloc: ansic: 77,298; sh: 12,541; makefile: 224; perl: 176
file content (26 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
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
body {
  margin: 3%;
  font-family: sans-serif;
}

pre {
  margin-left: 3%;
  margin-right: 3%;
  padding: 1em;
  border: 1px dotted black;
  background-color: #eee;
}

td {
  vertical-align: top;
}

td.arrow {
  vertical-align: middle;
  font-size: xx-large;
}

td pre {
  height: auto;
  margin-bottom: 0px;
}