From: Roland Häder Date: Thu, 16 Jun 2016 08:35:47 +0000 (+0200) Subject: Moved border-bottom to other file as this was in the way for jreports X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a09e95d5ea707b0995a3daf678759231c4a7e8e;p=jfinancials-war.git Moved border-bottom to other file as this was in the way for jreports (please cherry-pick) Signed-off-by: Roland Häder --- diff --git a/web/resources/css/cssLayout.css b/web/resources/css/cssLayout.css index e48de8b5..901eb134 100644 --- a/web/resources/css/cssLayout.css +++ b/web/resources/css/cssLayout.css @@ -4,6 +4,10 @@ div, table { } /**/ +#title { + border-bottom: 1px solid #AFAFAF; +} + #top { position: relative; background-color: #036fab; diff --git a/web/resources/css/default.css b/web/resources/css/default.css index 7b8fe859..db4c73f3 100644 --- a/web/resources/css/default.css +++ b/web/resources/css/default.css @@ -7,7 +7,6 @@ body { } h1 { - border-bottom: 1px solid #AFAFAF; font-size: 16px; font-weight: bold; margin: 0px;