From: Mischa POSLAWSKY Date: Mon, 7 Feb 2022 17:42:16 +0000 (+0100) Subject: word: margin exception in common stylesheet X-Git-Tag: v1.13~23 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/f3039a18c2e71e70e35722866f1376a254311ee3 word: margin exception in common stylesheet --- 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 });