diff options
Diffstat (limited to 'doc/manual/dvdomatic-html.xsl')
| -rw-r--r-- | doc/manual/dvdomatic-html.xsl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/manual/dvdomatic-html.xsl b/doc/manual/dvdomatic-html.xsl new file mode 100644 index 000000000..2b896046a --- /dev/null +++ b/doc/manual/dvdomatic-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="'ardour.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> |
