X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/03a939de088ce6528bb77ca2578070b0036b9c86..2fb007f054c284bbac8a027711846936b9958fee:/docbook-css-0.4/driver.css diff --git a/docbook-css-0.4/driver.css b/docbook-css-0.4/driver.css new file mode 100644 index 0000000..556e3c3 --- /dev/null +++ b/docbook-css-0.4/driver.css @@ -0,0 +1,28 @@ +/* + * driver.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 is the 'driver' file of the stylesheet. It imports all the major + * stylesheet components. If you want to make use of this stylesheet in your + * XML document (e.g. for display in a web browser), include a line like this + * at the top of the XML file (replacing with the version number): + * + * /driver.css" type="text/css"?> + * + * If you want to customise the stylesheet, a customisation layer can be + * created by simply witing a new CSS file, and including a declaration to + * import this file at the top. The customisation layer can then override any + * of the existing stylesheet rules, or create new ones. + */ + +@import "core.css"; +@import "tables.css"; +@import "styles.css"; +@import "l10n.css"; +@import "mozilla.css"; +@import "opera.css";