]> pere.pagekite.me Git - text-free-culture-lessig.git/blob - docbook-css-0.4/l10n/en.css
Update the french building process + thanks to Alain Hurtig.
[text-free-culture-lessig.git] / docbook-css-0.4 / l10n / en.css
1 @charset "utf-8";
2 /*
3 * l10n/en.css
4 *
5 * Copyright (c) 2004 David Holroyd, and contributors
6 * See the file 'COPYING' for terms of use
7 *
8 * Part of the Docbook-CSS stylesheet
9 * http://www.badgers-in-foil.co.uk/projects/docbook-css/
10 */
11
12 /* Generated content for English documents */
13
14 question:before {
15 content: "Q: ";
16 }
17 answer:before {
18 content: "A: ";
19 }
20
21 example > title:before {
22 content: "Example: ";
23 }
24
25 quote {
26 quotes: "“" "”";
27 }
28 quote quote {
29 quotes: "‘" "’";
30 }
31
32 /* Admonitions */
33
34 warning:before {
35 content: "Warning: ";
36 }
37 caution:before {
38 content: "Caution: ";
39 }
40 important:before {
41 content: "Important: ";
42 }
43 tip:before {
44 content: "Tip: ";
45 }
46 note:before {
47 content: "Note: ";
48 }