From: Belén Barros Peña Date: Sat, 20 Sep 2014 22:50:03 +0000 (+0100) Subject: style.css: Provide a default

style X-Git-Tag: v1.1.0~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=928f04eb32454b86f5155a98eedc48e8869cb820;p=thirdparty%2Fpatchwork.git style.css: Provide a default

style Signed-off-by: Damien Lespiau Signed-off-by: Belén Barros Peña Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 3cf4b952..d0a69c90 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -6,6 +6,11 @@ a:hover { color: #0A0A47; } +h2 { + font-size: 25px; + margin: 18px 0 18px 0; +} + .floaty { position: fixed; left: 0.1em;