]> git.mxchange.org Git - addressbook-war.git/blob - web/resources/css/default.css
Moved border-bottom to other file as this was in the way for jreports
[addressbook-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: 10px;
7 }
8
9 h1 {
10         font-size:  16px;
11         font-weight: bold;
12         margin: 0px;
13         padding: 0px;
14 }
15
16 a:link, a:visited {
17         color: #045491;
18         font-weight : bold;
19         text-decoration: none;
20 }
21
22 a:link:hover, a:visited:hover {
23         color: #045491;
24         font-weight : bold;
25         text-decoration : underline;
26 }
27
28 label {
29         vertical-align: middle;
30 }