CVSROOT: /web/www Module name: www Changes by: Leo Albert Jackson Jr <lajjr3> 10/10/24 16:18:05
Modified files: . : print.css Log message: Fix for unwanted content during print CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/print.css?cvsroot=www&r1=1.2&r2=1.3 Patches: Index: print.css =================================================================== RCS file: /web/www/www/print.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- print.css 24 Oct 2010 16:13:36 -0000 1.2 +++ print.css 24 Oct 2010 16:18:03 -0000 1.3 @@ -16,7 +16,8 @@ included in all copies or substantial portions of the Software. */ -#toplinks, #fsf-links, #backtotop, #translations { display: none !important; } +#header, #navigation, #links #toplinks, #fsf-links, #backtotop, #translations { display: none !important; } + .inner{ width: 100%; }