diff options
author | LAN-TW <lantw44@gmail.com> | 2012-12-25 21:33:58 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2012-12-25 21:52:04 +0800 |
commit | 0a1f6f0dc180c6008da9baf1e221e6e7b26214d2 (patch) | |
tree | c248ee6faae6de2977f3c4e295574887c22f706f /css | |
parent | f9b50c7ebbc90b612c198b23abd41be9c09c1df6 (diff) | |
download | inccalendar-0a1f6f0dc180c6008da9baf1e221e6e7b26214d2.tar.gz inccalendar-0a1f6f0dc180c6008da9baf1e221e6e7b26214d2.tar.zst inccalendar-0a1f6f0dc180c6008da9baf1e221e6e7b26214d2.zip |
Diffstat (limited to '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; } |