summaryrefslogtreecommitdiffstats
blob: 640ab319b90aec27a8233a90e27aa57b8bc4655b (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
30
31
32
33
34
35
36
37
/* ------------------------------------------------------------
 *
 * File        : license.css
 *
 * Description : Styles for License Dialog
 *
 * ----------------------------------------------------------- */
body 
{
	padding:0;
	background-color:white;
}

div.main 
{
	margin:0 auto;
	padding:0;
	color:black;
	text-align:justify;
}

h2
{
	font-size:16px;
	color:red;
}

h2
{
	font-size:15px;
}

p
{
	font-size:14px;
}