From a03b25d994faa852a29f8656c7cdcdfc83c59052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 29 May 2015 11:22:33 +0200 Subject: [PATCH] fontenay-sous-bois: don't bold text titles --- static/custom-fontenay-sous-bois/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/custom-fontenay-sous-bois/style.css b/static/custom-fontenay-sous-bois/style.css index bd1ca72..bb9018e 100644 --- a/static/custom-fontenay-sous-bois/style.css +++ b/static/custom-fontenay-sous-bois/style.css @@ -105,4 +105,9 @@ p.command, a.edit-custom-text, div.buttons input { background: #E27828; border-radius: 5px; } + +div.textcell h1, +div.textcell h2, +div.textcell h3 { + font-weight: normal; }