summaryrefslogtreecommitdiffstats
path: root/styles/print.css
blob: 98fddfabf0c802596f21dac8e24acf6826651e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#bar, #background, #minimap {
	display: none;
}

.table {
	border:1px solid #000000;
	background-color:none;
}

.row {
	background-color:none;
}

.table .shadow-corner, .shadow-right, .shadow-bottom  {
	display:none;
}

.table_title {
	font-weight:bold;
	font-size:115%;
	background-color:none;
}