Remove gitignore from docs dir, as we now build in a separate directory
[plcapi.git] / doc / docbook-css / l10n / de.css
1 @charset "utf-8";
2 /*
3  * l10n/de.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 question:lang(de):before {
13         content: "F: ";
14 }
15 answer:lang(de):before {
16         content: "A: ";
17 }
18
19 example > title:lang(de):before {
20         content: "Beispiel: ";
21 }
22
23 warning:lang(de):before {
24         content: "Warnung: ";
25 }
26 caution:lang(de):before {
27         content: "Achtung: ";
28 }
29 important:lang(de):before {
30         content: "Wichtig: ";
31 }
32 tip:lang(de):before {
33         content: "Hinweis: ";
34 }
35 note:lang(de):before {
36         content: "Erläuterung: ";
37 }