Fedora wiki cannot print due to "fedora.css" problem - here's the fix

David A. Wheeler dwheeler at dwheeler.com
Wed Jul 9 21:38:57 UTC 2008


Hi - currently you can't print any Fedora wiki page
due to a problem in "fedora.css".  View any page in the Wiki,
then try "File->Print Preview"... you'll see that there's no content!
E.G., I was trying to print this:
http://fedoraproject.org/wiki/PackageMaintainers/CreatingPackageHowTo

To fix this, you need to remove the line "overflow: auto;" (line 35)
for #wrapper, which currently looks like this:

#wrapper
{
  font: normal 1em/1.5 sans-serif;
  margin-left: 18px;
  min-height: 100%;
  background: #FFFFFF url(../images/border-right.png) 100% 0 repeat-y;
  padding-right: 18px;
  overflow: auto;
}


The formatting for printing could use more love, but
this change will at least make it work, and that's an improvement.

Thanks.

--- David A. Wheeler 




More information about the Fedora-websites-list mailing list