aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/doc/programs/gfsmprogs.css
blob: f5dc6d5239263699efc6f3f8fdd502de7067c792 (plain)
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
31
32
33
34
35
36
37
38
BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
HR,BODY {
  margin-left: 4px;
  margin-right: 4px;
}
H1,H2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #000099;
}
H1 { margin-left: 4px; }
H2,H3,H4,H5,H6,P,CENTER,CL,DIV,TD,TH,DL,DT,DIV {
	margin-left: 24px;
}
PRE {
	border: 1px dashed #0000ff;
	background-color: #f5f5f5;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 48px;
	margin-right: 24px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
/*UL {
	background-color: #eeeeee;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 16px;
	margin-right: 16px;
	padding-top: 4px;
	padding-bottom: 8px;
}*/