[Gimp-docs] how to get rid of overlapped boxes on html pages
Ulf-D. Ehlert
ude88 at web.de
Wed Jan 24 13:27:55 PST 2007
Am Mittwoch, 24. Januar 2007 11:35 schrieb Marco Ciampa:
[...]
> btw: how can I do a local make disabling those windows on the html
> output? Any help is appreciated...
It's not a real solution, but you can create and edit
gimp-help-2/html/it/gimp-help-custom.css:
div.revhistory {
max-height: 0pt;
max-width: 0pt;
}
div.revhistory table {
margin-left: 0.5em; /* a useful bugfix */
visibility: hidden; /* it's still there */
float: none; /* seems to work with above max-* */
}
Ulf
--
Wer über den Berg ist - geht abwärts.
-- Karlheinz Deschner
More information about the Gimp-docs
mailing list