diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-30 10:54:18 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-30 10:54:18 +0000 |
commit | b711e1d6218396e587b111d540c8567453b21502 (patch) | |
tree | 5f84ba07b4f23599acfad8c45fbe1419e981b3a2 /stylesheets/lfs-chunked2.xsl | |
parent | b470bcee83029bd1467ad8d1e8dfb17621f3af9c (diff) |
Added a CSS to can print the HTMLs.
Hardoded a CSS code into the nuchunk output to make it full stand alone.
Updated the Makefile.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-chunked2.xsl')
-rw-r--r-- | stylesheets/lfs-chunked2.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stylesheets/lfs-chunked2.xsl b/stylesheets/lfs-chunked2.xsl index 7f0252f01..43d5eecec 100644 --- a/stylesheets/lfs-chunked2.xsl +++ b/stylesheets/lfs-chunked2.xsl @@ -16,6 +16,9 @@ <!-- The CSS Stylesheet --> <xsl:param name="html.stylesheet" select="'../stylesheets/lfs.css'"/> + <xsl:template name='user.head.content'> + <link rel="stylesheet" href="../stylesheets/lfs-print.css" type="text/css" media="print"/> + </xsl:template> <!-- Dropping some unwanted style attributes --> <xsl:param name="ulink.target" select="''"></xsl:param> |