summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-05-12 02:30:33 -0500
committerJan Holesovsky <kendy@collabora.com>2018-08-07 17:55:29 +0200
commit4701239dbcb9b1add8d6186cb6ddc45105cbe08a (patch)
tree6ad03bc8d353f75e1bac8126850189b6d8e55321 /help3xsl
parente5a0a00fb743011ce99ee5c4ebd49a23b658cd44 (diff)
Helponline: Only add extra <p> margin for main body text
Change-Id: Ia6413bbe4e16ee39dbd01ba48fa307514f517fbe
Diffstat (limited to 'help3xsl')
-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 {