Skip to main content
summaryrefslogtreecommitdiffstats
blob: 971fa217781a9b0ad5107e4ff9b96f8e4025b322 (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
table.content { 
	background-color: white; 
	text-align: left;
	margin-left:auto; 
	margin-right:auto;
	cellpadding: 20;
}
div.figure {	
	background-color: white;
	text-align: center;
}
div.fileContent {	
	background-color: white;	
	text-align: left;}
div.figure-caption { 
	text-align: center; 
	border-top-width: thin;	
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;}
span.figure-number {  font-weight: bold;}
pre.program {  margin-left: 1em;  margin-right: 1em;  padding: 5px;  background-color: whitesmoke;}

Back to the top