diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-10-27 20:19:17 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:51:42 +0000 |
commit | 4e5ebdb2307b947885559ae9c79b7d169cd33922 (patch) | |
tree | ad4e555bf5cb805a77c877d08ab3d1ffe6419429 /htdocs | |
parent | bf9330d771d27ff9b38aa66f02a56dd869ba35da (diff) | |
download | patchwork-4e5ebdb2307b947885559ae9c79b7d169cd33922.tar patchwork-4e5ebdb2307b947885559ae9c79b7d169cd33922.tar.gz |
boxes: Style boxes like the patch form
Here again, a pass may be needed in the future, but for now, make things
consistent.
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.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 65bdc1c..d4e9e81 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -402,7 +402,7 @@ table.vertical { border-collapse: collapse; } table.vertical th { - background: #786fb4; + background: #0A0A47; color: white; font-weight: bold; text-align: center; @@ -425,10 +425,10 @@ div.box { } div.box h2 { - background: #786fb4; + background: #0A0A47; color: white; margin: -0.5em -0.5em 1em; -0.5em; - padding: 0em 0.5em; + padding: 0.3em 0.3em 0.3em 0.6em; font-size: 100%; } |