diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/default-layout.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index d7e8fc865..c6b229481 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -254,13 +254,13 @@ BODY#thePopuphelpPage #copyright { display: none; } -BODY#thePopuphelpPage #content P { +BODY#thePopuphelpPage .content P { text-align: justify; padding: 0.5em; } -BODY#thePopuphelpPage #content OL LI, -BODY#thePopuphelpPage #content UL LI +BODY#thePopuphelpPage .content OL LI, +BODY#thePopuphelpPage .content UL LI { margin-bottom: 0.5em; } |