diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-14 14:08:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-14 14:08:57 +0100 |
| commit | 133afe16d6149effe39a061311d2832c30a77222 (patch) | |
| tree | ebec706be97d0ec4c547d8bc4096074107b367a1 /doc/manual/dcpomatic-html.xsl | |
| parent | 7ee21d16c01b90c22192cd10f118419881fe504e (diff) | |
Re-add some missing files.
Diffstat (limited to 'doc/manual/dcpomatic-html.xsl')
| -rw-r--r-- | doc/manual/dcpomatic-html.xsl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/manual/dcpomatic-html.xsl b/doc/manual/dcpomatic-html.xsl new file mode 100644 index 000000000..144675d47 --- /dev/null +++ b/doc/manual/dcpomatic-html.xsl @@ -0,0 +1,12 @@ +<?xml version='1.0'?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:fo="http://www.w3.org/1999/XSL/Format" + version="1.0"> + +<!-- Our CSS --> +<xsl:param name="html.stylesheet" select="'dcpomatic.css'"/> + +<!-- I can't fathom xmlto's logic with image scaling, so I've turned it off --> +<xsl:param name="ignore.image.scaling" select="1"/> + +</xsl:stylesheet> |
