[PATCH 35/51] style: Make the submission tables use #0A0A47

Finucane, Stephen stephen.finucane at intel.com
Fri Sep 11 02:14:52 AEST 2015


The commits are a little too modular (I don't know if we need this level of detail - "recolor various fields" would do IMO), but fair enough

Acked-by: Stephen Finucane <stephen.finucane at intel.com>

> -----Original Message-----
> From: Patchwork [mailto:patchwork-
> bounces+stephen.finucane=intel.com at lists.ozlabs.org] On Behalf Of Damien
> Lespiau
> Sent: Monday, August 24, 2015 7:23 PM
> To: patchwork at lists.ozlabs.org
> Subject: [PATCH 35/51] style: Make the submission tables use #0A0A47
> 
> Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
> ---
>  htdocs/css/style.css | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/htdocs/css/style.css b/htdocs/css/style.css
> index d4e9e81..10ecd3d 100644
> --- a/htdocs/css/style.css
> +++ b/htdocs/css/style.css
> @@ -337,7 +337,7 @@ table.form td {
>  }
> 
>  table.form th.headerrow {
> -	background: #786fb4;
> +	background: #0A0A47;
>  	color: white;
>  	font-weight: bold;
>  	text-align: center;
> @@ -357,7 +357,7 @@ table.form td.form-help {
>  }
> 
>  table.form tr td.submitrow {
> -	border-bottom: 0.2em solid #786fb4;
> +	border-bottom: 0.2em solid #0A0A47;
>  	text-align: center;
>  }
> 
> --
> 2.1.0
> 
> _______________________________________________
> Patchwork mailing list
> Patchwork at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork


More information about the Patchwork mailing list