On 21 Aug 15:10, Chris G wrote:
On Thu, Aug 21, 2008 at 02:33:53PM +0100, David Reynolds wrote:
On 21 Aug 2008, at 2:20 pm, Chris G wrote:
I wanted tables with no borders at all, after mucking around for a while with the CSS I found that:-
table.docutils, td, th { border: 0 }
This means the "table with the class docutils, and all tds and all ths"
Which is what I intended.
You really meant that? Not "the table of class docutils, and its td and th"?
Which would be: table.docutils, table.docutils td, table.docutils th { border: 0; }
Cheers,