word: margin exception in common stylesheet
[sheet.git] / word.plp
index b96ebdbbf632d884e6a7ae85e1b39fdbe00aa0ad..977545f74e847200d87e42eacc1586aebee74be5 100644 (file)
--- 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,
 <style>
 .gallery figure {
        grid-row: span 1 !important;
@@ -44,13 +44,6 @@ Html({
        font-size: 175% !important;
 }
 </style>
-EOT
-               . <<'EOT',
-<style>
-body {
-       margin: 8px 1px;
-}
-</style>
 EOT
 });