]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/resources/css/default.css
Please cherry-pick:
[jjobs-war.git] / web / resources / css / default.css
index b522b9b33dbce3dd97be61f5c0a11d5f81600522..9a84a10022682cb00482325fa89878c4a97e3ee4 100644 (file)
@@ -1,9 +1,10 @@
 body {
-       background-color: #ffffff;
+       background-color: white;
        font-size: 12px;
        font-family: sans-serif;
-       color: #000000;
+       color: black;
        margin: 0px;
+       line-height: 14px;
 }
 
 h1 {
@@ -16,13 +17,11 @@ h1 {
 
 a:link, a:visited {
        color: #045491;
-       font-weight : bold;
        text-decoration: none;
 }
 
 a:link:hover, a:visited:hover {
        color: #045491;
-       font-weight : bold;
        text-decoration : underline;
 }