]> git.mxchange.org Git - jjobs-war.git/commitdiff
Some CSS fixes:
authorRoland Häder <roland@mxchange.org>
Thu, 11 Aug 2016 16:03:37 +0000 (18:03 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Aug 2016 21:00:23 +0000 (23:00 +0200)
- menu_header is bold
- links are no longer bold

web/resources/css/cssLayout.css
web/resources/css/default.css

index 86d6557804ec4351ea1ba9b922e2ff2caef9329f..83edaac7ac68c92677a93e73574a9f430020aaff 100644 (file)
@@ -172,6 +172,10 @@ ul.footer_nav li.footer_copyright {
        padding-left: 5px;
 }
 
+.menu_header {
+       font-weight: bold;
+}
+
 .table_header, .table_label, .message_header {
        text-align: center;
        font-weight: bold;
index b522b9b33dbce3dd97be61f5c0a11d5f81600522..3d226fe72dc89957a0d78cf83402d910e0cca9ca 100644 (file)
@@ -16,13 +16,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;
 }