aboutsummaryrefslogtreecommitdiffstats
path: root/english/debian-en.css
diff options
context:
space:
mode:
authorJutta Wrage <witch>2006-03-11 02:11:57 +0000
committerJutta Wrage <witch>2006-03-11 02:11:57 +0000
commit07f77212e9f349cdc89081fb190984d78144663f (patch)
tree663a314d587d1d6a6414676e257b5a3381596089 /english/debian-en.css
parent92199fc2914ad426c01a1bb5e07978d1769a5077 (diff)
moving things from main css
CVS version numbers english/debian-en.css: 1.2 -> 1.3
Diffstat (limited to 'english/debian-en.css')
-rw-r--r--english/debian-en.css25
1 files changed, 21 insertions, 4 deletions
diff --git a/english/debian-en.css b/english/debian-en.css
index 4dbe25948a4..f47c372433e 100644
--- a/english/debian-en.css
+++ b/english/debian-en.css
@@ -1,11 +1,28 @@
/* Debian language css file for english - en */
/* please do not touch for now! - Jutta Wrage 2005 */
+html[lang|=en] #serverselect {
+ width: 13em;
+}
+html[lang|=en] #maincol {
+ margin-left: 10em;
+}
+q { font-style: italic; }
/* 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] 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] blockquote p:first-child:before { content: "\201C"; }
+html[lang|=en] blockquote p.notlast:after { content: ""; }
+html[lang|=en] blockquote p:after { content: "\201D"; }
+
+html[lang|=en] blockquote.question p:before { content: ""; }
+html[lang|=en] blockquote.question p:after, blockquote.documentquote p:after{ content: ""; }
+html[lang|=en] blockquote { font-style: italic; }
+*/
+
/*
html[lang=en] .en2 q:before { content: "\2018"; }
html[lang=en] .en2 q:after { content: "\2019"; }

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