projects
/
java-idp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
no message
[java-idp.git]
/
webApplication
/
main.css
1
body {
2
background-color: #FFFFFF;
3
font-family : Geneva, Arial, Helvetica, sans-serif;
4
text-align: center;
5
letter-spacing: 0px;
6
color: black;
7
text-align: left;
8
}
9
10
p {
11
font-size: 10pt;
12
margin-top: 20px;
13
margin-bottom: 20px;
14
}
15
16
17
li {
18
19
font-size: 10pt;
20
}
21
22
h1 {
23
font-size: 14pt;
24
font-weight: bold;
25
}
26
27
h2 {
28
font-size: 12pt;
29
font-weight: bold;
30
}
31
32
.error {
33
font-size: 10pt;
34
font-weight: bold;
35
}
36
37
img {
38
margin-bottom: 15px;
39
}