This was simplified. For 5.0.9 you needed:

TH.myid-header { }
TD.myid-cell { }


For 5.0.10 the suffixes are stripped, thus:

TH.myid { }
TD.myid { }

The suffixes were redundant with the element type (TH for a header
cell, TD for a data cell).

On Fri, Feb 15, 2008 at 12:59 AM, Angelo Chen
<[EMAIL PROTECTED]> wrote:
>
>  Hi,
>
>  in the t5.0.9, the grid's column header's css is, field name plus header, so
>  we have this:
>
>  <th class="id-header">Results</th>
>  for this I can have :
>  .id-header { width:700px; background:lightgreen}
>
>  but now, for the same template we have this:
>
>  <th class="id t-first t-last">Results</th>
>  and how can I specify a css for "id t-first t-last"? please help, thanks,
>
>  A.C.
>
>
>
>
>
>  --
>  View this message in context: 
> http://www.nabble.com/T5%3A-grid%27s-css-in-5.0.10-tp15496172p15496172.html
>  Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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

Reply via email to