From 6a09e95d5ea707b0995a3daf678759231c4a7e8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 16 Jun 2016 10:35:47 +0200 Subject: [PATCH] Moved border-bottom to other file as this was in the way for jreports (please cherry-pick) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/resources/css/cssLayout.css | 4 ++++ web/resources/css/default.css | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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; -- 2.39.2