[PATCH 51/51] patch-list: Tweak how A/R/T tags are displayed
Finucane, Stephen
stephen.finucane at intel.com
Tue Aug 25 19:30:32 AEST 2015
> +table#patchlist > tbody > tr > td.tag-A {
> + text-align: center;
> + background-color: #bdecb6;
> +}
> +
> +table#patchlist > tbody > tr > td.tag-R {
> + text-align: center;
> + background-color: #c3fdb8;
> +}
> +
> +table#patchlist > tbody > tr > td.tag-T {
> + text-align: center;
> + background-color: #b4cfec;
> +}
This assumes you only have Acked/Reviewed/Tested-by tags. However, it is possible to add additional tags as required so this won't scale. Maybe it's not an issue?
In any case, move 'text-align' into 'table#patchlist > tbody > tr' - no point in duplicating it.
More information about the Patchwork
mailing list