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