From a857559979a59d7bf91a75f8c53ad56846c2789a Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 29 Sep 2014 16:39:07 +0200
Subject: [PATCH] explicitly unbold text by default, otherwise might be bold

---
 core/css/apps.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/css/apps.css b/core/css/apps.css
index 898259ed9d..ce2e15595a 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -485,9 +485,11 @@ button.loading {
 .section h2 {
 	font-size: 20px;
 	margin-bottom: 12px;
+	font-weight: normal;
 }
 .section h3 {
 	font-size: 16px;
+	font-weight: normal;
 }
 /* slight position correction of checkboxes and radio buttons */
 .section input[type="checkbox"],
-- 
GitLab