summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-10-27 20:20:07 +0000
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 03:51:42 +0000
commit589ec7410376f97d3ba293cc5606c5d5f7924f2d (patch)
tree11ae9bb73568e520c3e4a83c0b8b1b7e33f43ec2 /htdocs
parent4e5ebdb2307b947885559ae9c79b7d169cd33922 (diff)
downloadpatchwork-589ec7410376f97d3ba293cc5606c5d5f7924f2d.tar
patchwork-589ec7410376f97d3ba293cc5606c5d5f7924f2d.tar.gz
style: Make the submission tables use #0A0A47
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css4
1 files 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;
}