diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-10-27 20:20:07 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:51:42 +0000 |
commit | 589ec7410376f97d3ba293cc5606c5d5f7924f2d (patch) | |
tree | 11ae9bb73568e520c3e4a83c0b8b1b7e33f43ec2 | |
parent | 4e5ebdb2307b947885559ae9c79b7d169cd33922 (diff) | |
download | patchwork-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>
-rw-r--r-- | htdocs/css/style.css | 4 |
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; } |