From: Damien Lespiau Date: Mon, 27 Oct 2014 20:19:17 +0000 (+0000) Subject: boxes: Style boxes like the patch form X-Git-Tag: v1.1.0~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5ebdb2307b947885559ae9c79b7d169cd33922;p=thirdparty%2Fpatchwork.git 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 Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 65bdc1c2..d4e9e815 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%; }