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-print.css | |
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-print.css')
-rw-r--r-- | stylesheets/lfs-print.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stylesheets/lfs-print.css b/stylesheets/lfs-print.css new file mode 100644 index 000000000..88e8efabb --- /dev/null +++ b/stylesheets/lfs-print.css @@ -0,0 +1,6 @@ + +@import url(lfs.css); + +.navfooter, .headerlinks { + display: none; +} |