diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-10-06 20:09:34 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-10-06 20:09:34 -0500 |
commit | 208b4ffb21e49ad906280ce3663852d5a1b83994 (patch) | |
tree | a97ad54c45eea791dc822672374845933284dcac | |
parent | 0f0c9fd543e5ceb5ae6d0a823997bd009b549753 (diff) |
tdf#112754 Enlarge H1, make its fonts thinner & increase margin-bottom
Change-Id: Ie683cdd429626bfcb1e2ebc0ad8ae88ec1fe50be
-rw-r--r-- | help3xsl/default.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; |