As Julian said, the headings you've mentioned in the initial report will all be moving with the ppa ui changes - I'll ensure any tables used have the correct classes etc. If you've got any feedback to add - it'd be great to get it sooner rather than later! (https://dev.launchpad.net/VersionThreeDotO/Soyuz/PPAUI)
Regarding the current bold heading of listing tables, AFAICS on pre-3.0 pages it is actually the user agent stylesheet that is applying the th {font-weight: bold} - at least that's what both FB and chromium's inspector of the ppa source listing shows (or even the affected-software table at the top of this bugs page). With 3-0 templates this is reset with the YUI reset.css.
There's nothing in the style.css now for table.listing th {font-weight...} - table.summary th is, on the other hand, overridden with font-weight: normal. Maybe there used to be a similar rule for table.listing that's since been removed by someone... but the good news is it'll be the default with 3.0 templates :)
Hi Matthew,
As Julian said, the headings you've mentioned in the initial report will all be moving with the ppa ui changes - I'll ensure any tables used have the correct classes etc. If you've got any feedback to add - it'd be great to get it sooner rather than later! (https:/ /dev.launchpad. net/VersionThre eDotO/Soyuz/ PPAUI)
Regarding the current bold heading of listing tables, AFAICS on pre-3.0 pages it is actually the user agent stylesheet that is applying the th {font-weight: bold} - at least that's what both FB and chromium's inspector of the ppa source listing shows (or even the affected-software table at the top of this bugs page). With 3-0 templates this is reset with the YUI reset.css.
There's nothing in the style.css now for table.listing th {font-weight...} - table.summary th is, on the other hand, overridden with font-weight: normal. Maybe there used to be a similar rule for table.listing that's since been removed by someone... but the good news is it'll be the default with 3.0 templates :)