From 1b41991764176d88f342e2f9bf8ba62dc8534d2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9goire=20Aubert?= Date: Mon, 6 Aug 2018 09:24:48 +0200 Subject: [PATCH] Fix documentation h2 style --- server/sonar-web/src/main/js/apps/documentation/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/server/sonar-web/src/main/js/apps/documentation/styles.css b/server/sonar-web/src/main/js/apps/documentation/styles.css index 0b482e5b8df..05f6eb50ff8 100644 --- a/server/sonar-web/src/main/js/apps/documentation/styles.css +++ b/server/sonar-web/src/main/js/apps/documentation/styles.css @@ -42,6 +42,7 @@ } .documentation-content.markdown h2 { + font-size: 18px; font-weight: 800; margin-top: 3em; } -- 2.39.5