try again fixing xsl paths for docs
[plcapi.git] / doc / manual / css-docbook / driver.css
1 /*
2  * driver.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 is the 'driver' file of the stylesheet.  It imports all the major
11  * stylesheet components.  If you want to make use of this stylesheet in your
12  * XML document (e.g. for display in a web browser), include a line like this
13  * at the top of the XML file (replacing <ver> with the version number):
14  *
15  *   <?xml-stylesheet href="docbook-css-<ver>/driver.css" type="text/css"?>
16  *
17  * If you want to customise the stylesheet, a customisation layer can be
18  * created by simply witing a new CSS file, and including a declaration to
19  * import this file at the top.  The customisation layer can then override any
20  * of the existing stylesheet rules, or create new ones.
21  */
22
23 /* add xmlrpc css customizations... */
24 @import "xmlrpc.css";
25
26 @import "core.css";
27 @import "tables.css";
28 @import "styles.css";
29 @import "l10n.css";
30 @import "mozilla.css";
31 @import "opera.css";