]> git.mxchange.org Git - jjobs-war.git/blob - web/resources/css/default.css
Please cherry-pick:
[jjobs-war.git] / web / resources / css / default.css
1 body {
2         background-color: #ffffff;
3         font-size: 12px;
4         font-family: sans-serif;
5         color: #000000;
6         margin: 0px;
7 }
8
9 h1 {
10         border-bottom: 1px solid #AFAFAF;
11         font-size:  16px;
12         font-weight: bold;
13         margin: 0px;
14         padding: 0px;
15 }
16
17 a:link, a:visited {
18         color: #045491;
19         text-decoration: none;
20 }
21
22 a:link:hover, a:visited:hover {
23         color: #045491;
24         text-decoration : underline;
25 }
26
27 label {
28         vertical-align: middle;
29 }