On Sat, 2009-08-15 at 19:14 +0000, Barry Warsaw wrote:
I am unable to fix the bolding/red on the headers. The style does
appear broken in some way. For example, if you look on bug
listings (or
other <table class="listing"> examples), they all get the bold/red by
inheriting from the thead style in style.css. For some reason, the
thead
on this page does not inherit that style.
YUI-Reset undid most of style.css, some id-bases classes are reset at
the top of style-3.0.css. I think we want to restore the rule
table.listing th {
font-weight: bold;
}