From: Roland Häder Date: Thu, 11 Aug 2016 16:03:37 +0000 (+0200) Subject: Some CSS fixes: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=37f2d9dcc973d2b06afee9a85b47f1acb9d8b081;p=jjobs-war.git Some CSS fixes: - menu_header is bold - links are no longer bold --- diff --git a/web/resources/css/cssLayout.css b/web/resources/css/cssLayout.css index 86d65578..83edaac7 100644 --- a/web/resources/css/cssLayout.css +++ b/web/resources/css/cssLayout.css @@ -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; diff --git a/web/resources/css/default.css b/web/resources/css/default.css index b522b9b3..3d226fe7 100644 --- a/web/resources/css/default.css +++ b/web/resources/css/default.css @@ -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; }