Hello Stéphane,
Do you have Firebug? If so, inspect the generated code and you'll see what
style selector is being used to set the table's cell borders. Using the
.AFTableCellDataBorderColor:alias alias might be another option.
On 6/18/07, MOLINA Stéphane <[EMAIL PROTECTED]> wrote:
Hi,
I have some problems using Trinidad skining. Some css elements seems to be
ignored :
For example :
af|column::cell-text {
border-style: none;
text-align: left;
vertical-align: middle;
font-size: 10px;
padding: 0px 4px 0px 4px;
margin: 0px 0px 0px 0px;
line-height: 21px;
background-color: #E7F8D4;
}
Here, border-style wont be used. I think it is not a property
of cell-TEXT but I do not find how to change borders on the
documentation.
regards,
--
Stéphane Molina