[Gimp-docs] the simplelist tag

Ulf-D. Ehlert ude88 at web.de
Wed Feb 25 12:12:57 PST 2009


liangtai (Dienstag, 24. Februar 2009, 13:11):
> But I cannot found how to avoid their expansion to be full
> of paragraph width.  On a paragraph, both sides of its
> lines aligned neatly.  I know this style is defined at a line
> as
>     p { text-align: justify; }
> of gimp-help-screen.css and gimp22.css.

No:
	table {
		width: 100%;
	}

> I tried to view this page by some web browsers, Konqueror 4.2.0,
> Kazehakase 0.5.4, Epiphany 2.24.3, Firefox 2.0.0.20 and 3.0.6,
> Arora 0.4, W3M 0.5.2  and IE(win98) on wine 1.1.15.  Almost
> browsers except W3M show the same result.
>
> How should I do?

First of all, remove W3M. ;-)

Then add to the stylesheets

	table.simplelist {
		width: auto;
	}

and try it with the remaining browsers.

Note that this will change the appearance of *every* simplelist, of 
course.

Bye,
Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /lists/gimp-docs/attachments/20090225/10cedbf0/attachment.bin 


More information about the Gimp-docs mailing list