File: _print.css

package info (click to toggle)
logback 1%3A1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 16,088 kB
  • sloc: java: 55,176; xml: 4,684; sql: 552; sh: 141; makefile: 18
file content (30 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (12)
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

body {
	margin: 0px;
	padding: 100px 0px 2px 0px;
	line-height: 1.3em;
	font-size: 12px;
}

#left, #right, span.asGroovy {
	width: 0px;
	height: 0px;
  display: none;
	visibility:hidden;
}

#bodyColumn {
	margin-right: 1.5em;
	margin-left: 0px; /*was: 197*/
}


table.bodyTable td {
	vertical-align: text-top;
}

table.bodyTable th {
	vertical-align: text-top;
	text-align:center;
}