From efd415e7a4652b8dadcd24b32569281c1cad6836 Mon Sep 17 00:00:00 2001 From: Fraenkiman Date: Fri, 27 Oct 2023 00:00:19 +0200 Subject: [PATCH] Update common.css - Headline h4 margin to text above it increased --- fp-interface/themes/leggero/flatmaas-rev/res/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-interface/themes/leggero/flatmaas-rev/res/common.css b/fp-interface/themes/leggero/flatmaas-rev/res/common.css index 2ee26c6..d88e248 100755 --- a/fp-interface/themes/leggero/flatmaas-rev/res/common.css +++ b/fp-interface/themes/leggero/flatmaas-rev/res/common.css @@ -182,7 +182,7 @@ h4 { font-size: 1.2em; } background: #BBBB99 url('../imgs/sf_h4.png') bottom left repeat-x } #main h4 { - margin: 0 0 1em 0 + margin: 1.5em 0 1em 0 } img { border: none }