From 7f0e5ecaa896660152efd400754041ff080efc5c Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Wed, 30 Nov 2011 14:51:11 +0100 Subject: German-language quotes. --- org/madore/damlengine/included.css | 1 + 1 file changed, 1 insertion(+) (limited to 'org/madore') 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! */ -- cgit v1.2.3