From: Damien Lespiau Date: Mon, 27 Oct 2014 20:20:07 +0000 (+0000) Subject: style: Make the submission tables use #0A0A47 X-Git-Tag: v1.1.0~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589ec7410376f97d3ba293cc5606c5d5f7924f2d;p=thirdparty%2Fpatchwork.git style: Make the submission tables use #0A0A47 Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index d4e9e815..10ecd3d3 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; }