From 208b4ffb21e49ad906280ce3663852d5a1b83994 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Fri, 6 Oct 2017 20:09:34 -0500 Subject: tdf#112754 Enlarge H1, make its fonts thinner & increase margin-bottom Change-Id: Ie683cdd429626bfcb1e2ebc0ad8ae88ec1fe50be --- help3xsl/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'help3xsl') diff --git a/help3xsl/default.css b/help3xsl/default.css index cc8fafb274..d686169b17 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -87,7 +87,7 @@ h3, h4, h5, h6 { - margin-bottom: 5pt; + margin-bottom: 8pt; color: #18A303; } p, @@ -96,10 +96,10 @@ td { margin: 2px 2px 2px 2px; } h1 { - font-size: 18pt; - border-bottom: 5px solid #18A303; + font-size: 22pt; + font-weight: 300; + border-bottom: 3px solid #18A303; padding-bottom: 6px; - margin-bottom: 6px; } h2 { font-size: 14pt; -- cgit