summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-05-12 02:30:33 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-05-12 02:30:33 -0500
commit5f14059e0d87ac3552b02436405b129c1c3257e1 (patch)
treeb4f55fe1d021ec2b183b26a2bd46ff4131ed05e0
parentFixes in <alt> contents of images (diff)
downloadhelp-5f14059e0d87ac3552b02436405b129c1c3257e1.tar.gz
help-5f14059e0d87ac3552b02436405b129c1c3257e1.zip
Helponline: Only add extra <p> margin for main body text
Change-Id: Ia6413bbe4e16ee39dbd01ba48fa307514f517fbe
-rw-r--r--help3xsl/default.css2
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 {