]> pere.pagekite.me Git - text-free-culture-lessig.git/blob - docbook-css-0.4/l10n.css
Merge pull request #47 from marsgui/script11
[text-free-culture-lessig.git] / docbook-css-0.4 / l10n.css
1 /*
2 * i10n.css
3 *
4 * Copyright (c) 2004 David Holroyd, and contributors
5 * See the file 'COPYING' for terms of use
6 *
7 * Part of the Docbook-CSS stylesheet
8 * http://www.badgers-in-foil.co.uk/projects/docbook-css/
9 *
10 * This file deals with localisation ('l10n') of CSS generated content by
11 * delegating to each of the locale-specific files in the l10n directory.
12 */
13
14
15 /*
16 * 'en' doesn't specify 'lang()' selectors, so its settings will be the
17 * default where no localisation is available for a particular language.
18 * It must come first; other lauguages override it.
19 */
20 @import "l10n/en.css";
21
22 @import "l10n/pl.css";
23 @import "l10n/de.css";
24 @import "l10n/es.css";