diff options
Diffstat (limited to 'help3xsl/default.css')
-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; |