source: stylesheets/lfs-xsl/lfs-print.css@ 2f117874

Last change on this file since 2f117874 was 5c3f304a, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Adding some new png files to supoprt alternate css
Fix css validation for media='print' stylesheet
Add alternate css file

NO VISIBLE CHANGES FOR USERS

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 196 bytes
Line 
1/*
2$LastChangedBy$
3$Date$
4*/
5@import url(lfs.css);
6
7.navfooter, .headerlinks {
8 display: none;
9}
10
11div.navheader {
12 position: absolute;
13}
14
15div.navheader ul,
16div.navheader ul{
17 display: none;
18}
Note: See TracBrowser for help on using the repository browser.