From f3039a18c2e71e70e35722866f1376a254311ee3 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 7 Feb 2022 18:42:16 +0100 Subject: [PATCH] word: margin exception in common stylesheet --- base.css | 4 ++++ word.plp | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/base.css b/base.css index c5a36f2..21dc14b 100644 --- a/base.css +++ b/base.css @@ -737,6 +737,10 @@ img { margin-left: -60%; /* keep width */ } +body#word { + margin: 8px 1px; +} + /* page-specific */ #browser td > a { diff --git a/word.plp b/word.plp index b96ebdb..977545f 100644 --- a/word.plp +++ b/word.plp @@ -24,7 +24,7 @@ Html({ language '], data => [$wordlist], - raw => (exists $get{q} && <<'EOT') + raw => exists $get{q} ? <<'EOT' : undef, -EOT - . <<'EOT', - EOT }); -- 2.30.0