aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian-en.css
diff options
context:
space:
mode:
authorJutta Wrage <witch>2005-12-19 22:26:22 +0000
committerJutta Wrage <witch>2005-12-19 22:26:22 +0000
commitcbd61bd99bb5fda735ab69c81fef3a3a711f4256 (patch)
tree00632db47ca11ccf2c432e93adf6dd95d4d39378 /english/debian-en.css
parent267c37a5f1f22a9f4f9053248e29a4363d4bfca4 (diff)
english quotes
CVS version numbers english/debian-en.css: 1.1 -> 1.2
Diffstat (limited to 'english/debian-en.css')
-rw-r--r--english/debian-en.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/english/debian-en.css b/english/debian-en.css
index c0f25394b62..4dbe25948a4 100644
--- a/english/debian-en.css
+++ b/english/debian-en.css
@@ -1,2 +1,14 @@
/* Debian language css file for english - en */
/* please do not touch for now! - Jutta Wrage 2005 */
+
+/* quotes */
+html[lang=en] q:before { content: "\201C"; }
+html[lang=en] q:after { content: "\201D"; }
+html[lang=en] q q:before { content: "\2018"; }
+html[lang=en] q q:after { content: "\2019"; }
+/*
+html[lang=en] .en2 q:before { content: "\2018"; }
+html[lang=en] .en2 q:after { content: "\2019"; }
+html[lang=en] .en2 q q:before { content: "\201C"; }
+html[lang=en] .en2 q q:after { content: "\201D"; }
+*/

© 2014-2024 Faster IT GmbH | imprint | privacy policy