diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-06 23:39:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-06 23:39:20 +0200 |
commit | bac297cf3163098fcf675fa5875c2c09e6895ebf (patch) | |
tree | 7bf2474c7a31e0bed1b2f615bc7eeca90073301b /view | |
parent | 0085b64b2bb22cf463ec66376d06d64d5b5b5730 (diff) | |
parent | a100c47f117d3e4be7f7f1bd375843039b11683d (diff) | |
download | volse-hubzilla-bac297cf3163098fcf675fa5875c2c09e6895ebf.tar.gz volse-hubzilla-bac297cf3163098fcf675fa5875c2c09e6895ebf.tar.bz2 volse-hubzilla-bac297cf3163098fcf675fa5875c2c09e6895ebf.zip |
Merge pull request #835 from anaqreon/2.6RC
Fix styling on help page content list in sidebar.
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_help.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/css/mod_help.css b/view/css/mod_help.css index c0b0bafa3..643885c99 100644 --- a/view/css/mod_help.css +++ b/view/css/mod_help.css @@ -19,3 +19,11 @@ #doco-top-toc li { padding: 3px 0px; } + +#doco-side-toc li { + padding-left: 10px; +} + +#doco-side-toc { + padding-top: 10px; +}
\ No newline at end of file |