AW: AW: manual with css

2005-03-07 Thread Jan . Materne
I agree it would be better not to rely on modern features. But older browser
just ignore that so it would be just an extra. And IMO this is only an
iterim 
because of the autogen-stuff.

Jan

 -Ursprüngliche Nachricht-
 Von: Peter Reilly [mailto:[EMAIL PROTECTED]
 Gesendet am: Montag, 7. März 2005 15:41
 An: Ant Developers List
 Betreff: Re: AW: manual with css
 
 [EMAIL PROTECTED] wrote:
 
 I found another style:
 
 /* first row */
 table tr:first-child td {
background-color: cc;
color:00;
 }
 
 
 which uses a pseudo-class selector [1] of CSS 2.1.
 
 I would rather not use stuff that needs modern versions of
 browers.
 
  The table header in
 subant
 has this special colors, but the old manual (javac) has only a
 tabletrtdb so
 it´s difficult to select the cells.
 
 We could change the td to th for the first row (by a 
 script). But the
 current bolding by hand should be enough.
 
 Peter
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


Re: AW: AW: manual with css

2005-03-07 Thread Peter Reilly
[EMAIL PROTECTED] wrote:
I agree it would be better not to rely on modern features. But older browser
just ignore that so it would be just an extra. And IMO this is only an
iterim 
because of the autogen-stuff.

 

Yes, but I think that the autogen stuff should use css, and in that case 
the css
should be as simple as possible.

Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]