Hi,

I have a proposal for a possible improvement on table side.

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }

So tables should still have the cellspacing="0" in the markup...

I think this can be solved easily using this:

    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0;

Or i am missing something ?

Cristian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to