From 928f04eb32454b86f5155a98eedc48e8869cb820 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bel=C3=A9n=20Barros=20Pe=C3=B1a?= Date: Sat, 20 Sep 2014 23:50:03 +0100 Subject: [PATCH] style.css: Provide a default

style MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Damien Lespiau Signed-off-by: Belén Barros Peña Acked-by: Stephen Finucane --- htdocs/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.47.3