From 589ec7410376f97d3ba293cc5606c5d5f7924f2d Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 27 Oct 2014 20:20:07 +0000 Subject: [PATCH] style: Make the submission tables use #0A0A47 Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- 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 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; } -- 2.47.3