- From: <bugzilla@jessica.w3.org>
- Date: Wed, 14 Dec 2011 00:29:38 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15100 --- Comment #12 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-12-14 00:29:37 UTC --- Well with the way the table is done right now, the following rule would do what you want: td + td + td + td { text-align: right; } That doesn't seem like "much more work than it should be". And it'll be even easier once CSS selectors for tables are implemented. The reason I asked is that honestly, I wouldn't have thought you'd want the dates right-aligned, and I would have thought you'd want the numbers in the fourth column right-aligned but no the text. To get that effect would need classes on each cell; a <col> attribute wouldn't work. -- 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 Wednesday, 14 December 2011 00:29:42 UTC