summaryrefslogtreecommitdiffstats
blob: 4f72254e973d31bbbd2bbe48c6718af87d82c210 (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
38
39
/* ------------------------------------------------------------
 *
 * File        : about.css
 *
 * Description : Styles for About Dialog
 *
 * ----------------------------------------------------------- */
body 
{
padding:0;
background-color:white;
}

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

p
{
font-size:16px;
}

p.info
{
text-align:center;
color:red;
}

p.copy
{
text-align:center;
color:red;
}