diff options
author | William Harrington <kb0iic@berzerkula.org> | 2014-11-27 16:29:31 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2014-11-27 16:29:31 -0600 |
commit | 7df987a652b93d55dd8eca363706d3bacc469b55 (patch) | |
tree | 17f84ce0fee76a3a0476b714eae09486ab2470e6 /stylesheets/lfs-xsl/lfs-print.css |
Diffstat (limited to 'stylesheets/lfs-xsl/lfs-print.css')
-rw-r--r-- | stylesheets/lfs-xsl/lfs-print.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/lfs-print.css b/stylesheets/lfs-xsl/lfs-print.css new file mode 100644 index 0000000..cf34933 --- /dev/null +++ b/stylesheets/lfs-xsl/lfs-print.css @@ -0,0 +1,9 @@ +/* +$LastChangedBy: manuel $ +$Date: 2007-07-05 23:18:33 +0200 (jeu, 05 jui 2007) $ +*/ +@import url(lfs.css); + +.navfooter, .headerlinks { + display: none; +} |