diff mbox

[34/49] style: Make the submission tables use #0A0A47

Message ID 1443708774-26996-35-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 1, 2015, 2:12 p.m. UTC
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
---
 htdocs/css/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

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;
 }