This is due to the line
#print-this-article, #gplv3-dogear, .netscape4, #sidebar,
#navigation-bar, #fsflinks, #gnulogo, #dbdlogo, #links, #translations,
#searcher{display: none !important;}
in gnu-print.css.
Matt Lee <[EMAIL PROTECTED]>, the chief GNU webmaster these
Sylvain Beucler wrote on 2007-09-17:
> I added getopt in my packages, following the documentation. Here are
> the fixes I needed in Section 2.1:
>
> LIBADD = lib/libgnu.la
> becomes
> LDADD = $(top_builddir)/lib/libgnu.a
>
> - no .la in the common case
>
> - switching to LDADD (LIBADD doesn't se