Remove gitignore from docs dir, as we now build in a separate directory
[plcapi.git] / doc / manual / css-docbook / l10n / es.css
1 @charset "utf-8";
2 /*
3  * l10n/es.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(es):before {
13         content: "P: ";
14 }
15 answer:lang(es):before {
16         content: "R: ";
17 }
18
19 example > title:lang(es):before {
20         content: "Ejemplo: ";
21 }
22
23
24 warning:lang(es):before {
25         content: "Aviso: ";
26 }
27 caution:lang(es):before {
28         content: "AtenciĆ³n: ";
29 }
30 important:lang(es):before {
31         content: "Importante: ";
32 }
33 tip:lang(es):before {
34         content: "Consejo: ";
35 }
36 note:lang(es):before {
37         content: "Nota: ";
38 }
39