aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/chunk-slave.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-xsl/chunk-slave.xsl')
-rw-r--r--stylesheets/lfs-xsl/chunk-slave.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/stylesheets/lfs-xsl/chunk-slave.xsl b/stylesheets/lfs-xsl/chunk-slave.xsl
index 0bdeebab4..421475254 100644
--- a/stylesheets/lfs-xsl/chunk-slave.xsl
+++ b/stylesheets/lfs-xsl/chunk-slave.xsl
@@ -31,7 +31,8 @@ $Date$
<!-- Print CSS Stylesheet -->
<!-- The original template is in {docbook-xsl}/xhtml/docbook.xsl -->
<xsl:template name='user.head.content'>
- <link rel="stylesheet" href="stylesheets/lfs-print.css" type="text/css" media="print"/>
+ <link rel="stylesheet" href="../stylesheets/lfs-print.css" type="text/css" media="print"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</xsl:template>
<!-- Drop some unwanted style attributes -->