]>
pere.pagekite.me Git - text-free-culture-lessig.git/blob - docbook-css-0.4/l10n.css
4 * Copyright (c) 2004 David Holroyd, and contributors
5 * See the file 'COPYING' for terms of use
7 * Part of the Docbook-CSS stylesheet
8 * http://www.badgers-in-foil.co.uk/projects/docbook-css/
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.
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.
20 @import "l10n/en.css";
22 @import "l10n/pl.css";
23 @import "l10n/de.css";
24 @import "l10n/es.css";