summaryrefslogtreecommitdiffstats
path: root/org/madore
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2011-11-30 14:51:11 +0100
committerDavid A. Madore <david+git@madore.org>2011-11-30 14:51:11 +0100
commit7f0e5ecaa896660152efd400754041ff080efc5c (patch)
treed3c0ddbf66511b1e3c223ae6cff6ee636c5d8466 /org/madore
parenta5be1fe5586c143085598a0e8a7eb999fa6a55ff (diff)
downloaddamlengine-7f0e5ecaa896660152efd400754041ff080efc5c.tar.gz
damlengine-7f0e5ecaa896660152efd400754041ff080efc5c.tar.bz2
damlengine-7f0e5ecaa896660152efd400754041ff080efc5c.zip
German-language quotes.
Diffstat (limited to 'org/madore')
-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! */