diff options
Diffstat (limited to 'css/help.css')
-rw-r--r-- | css/help.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/help.css b/css/help.css index a95a66e..8681f1f 100644 --- a/css/help.css +++ b/css/help.css @@ -4,6 +4,12 @@ p.helptitle{ div.helpcontent{ padding-left: 20px; } +div.helpcontent table{ + border-collapse: collapse; +} +div.helpcontent table td{ + padding: 3px; +} div#helpwholepage{ padding-left: 35px; } |