Skip to main content
summaryrefslogtreecommitdiffstats
blob: 38d3dce4cf00e71d3ebadabcbafe1bdb0c64daa8 (plain) (blame)
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
/* CSS overides go here */
div.wtpbanner {
	
}

div.wtpsectiontitle {
	font-weight: bold;
}

div.wtpsubtitle {
	font-weight: bold;
}

div.wtpaligncenter {
	text-align: center;
}

span.wtpfloatleft {
	float: left;
	padding-right: 4px;
}

div.wtpclearall {
	clear: both;
}

li.compact {
  margin: 0em 0em; padding: 0.0em;
}

Back to the top