summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org/madore/damlengine/included.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/org/madore/damlengine/included.css b/org/madore/damlengine/included.css
index 613ea7d..4ad2a4d 100644
--- a/org/madore/damlengine/included.css
+++ b/org/madore/damlengine/included.css
@@ -73,6 +73,7 @@ article { display: block; }
a { text-decoration: none; }
:lang(en) > q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(fr) > q { quotes: "\AB\A0" "\A0\BB" "\201C" "\201D"; }
+:lang(de) > q { quotes: "\201E" "\201C" "\201A" "\2018"; }
q:before { content: open-quote; }
q:after { content: close-quote; }
li { -moz-float-edge: content-box; } /* Undo Mozilla buggy bugware! */