From 6f94b20bb68520fef620e1511433b4c5de159cbf Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 1 Oct 2015 13:23:30 +0200 Subject: [PATCH] setup: Show all h1 with bold font refs #5543 --- public/css/icinga/setup.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index 82d17a023..d2593020f 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -97,6 +97,10 @@ .setup-content { margin: 1.5em 10em 0 10em; + h1 { + font-weight: bold; + } + form { h2 { font-size: 2.0em;