[Bug 18342] css borders for tables ugly on all browsers, want border="n" back

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18342

Lee Kowalkowski <lee.kowalkowski@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lee.kowalkowski@googlemail.
                   |                            |com

--- Comment #1 from Lee Kowalkowski <lee.kowalkowski@googlemail.com> 2012-07-20 13:02:19 UTC ---
What's wrong with:

table
{
    border-collapse:collapse;
}
th,td
{
    border:1px solid #000;
}


...?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 20 July 2012 13:02:24 UTC