diff options
Diffstat (limited to '')
-rw-r--r-- | template/public/yoga/popuphelp.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/template/public/yoga/popuphelp.css b/template/public/yoga/popuphelp.css new file mode 100644 index 000000000..b61b7952d --- /dev/null +++ b/template/public/yoga/popuphelp.css @@ -0,0 +1,22 @@ +BODY#thePopuphelpPage #copyright { + display: none; +} + +BODY#thePopuphelpPage #theHeader P { + display: none; +} + +BODY#thePopuphelpPage #content P { + text-align: justify; + padding: 0.5em; +} + +BODY#thePopuphelpPage #content OL LI, +BODY#thePopuphelpPage #content UL LI +{ + margin-bottom: 0.5em; +} + +BODY#thePopuphelpPage P#pageBottomActions A { + border: none; +} |