File: l10n.css

package info (click to toggle)
xhtmlrenderer 0.0~R8%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 11,288 kB
  • ctags: 7,218
  • sloc: java: 46,036; xml: 1,518; makefile: 27; sh: 11
file content (24 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * i10n.css
 *
 * Copyright (c) 2004 David Holroyd, and contributors
 * See the file 'COPYING' for terms of use
 *
 * Part of the Docbook-CSS stylesheet
 *   http://www.badgers-in-foil.co.uk/projects/docbook-css/
 *
 * This file deals with localisation ('l10n') of CSS generated content by
 * delegating to each of the locale-specific files in the l10n directory.
 */


/*
 * 'en' doesn't specify 'lang()' selectors, so its settings will be the
 * default where no localisation is available for a particular language.
 * It must come first; other lauguages override it.
 */
@import "l10n/en.css";

@import "l10n/pl.css";
@import "l10n/de.css";
@import "l10n/es.css";