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