diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-12 02:30:33 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-12 02:30:33 -0500 |
commit | 5f14059e0d87ac3552b02436405b129c1c3257e1 (patch) | |
tree | b4f55fe1d021ec2b183b26a2bd46ff4131ed05e0 /help3xsl | |
parent | 1b94db073c7f918ff11d005cfb150da1ddd5cf8c (diff) |
Helponline: Only add extra <p> margin for main body text
Change-Id: Ia6413bbe4e16ee39dbd01ba48fa307514f517fbe
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index c988eaa7a5..67b8c261e2 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -320,7 +320,7 @@ h6 { grid-area: main; margin-bottom: 50px; } -#DisplayArea p { +#DisplayArea > p { margin-bottom: 10px; } .mediabutton { |