aboutsummaryrefslogtreecommitdiffstats
path: root/doc/toc.html
diff options
context:
space:
mode:
authorAndrew Manning <andrew@reticu.li>2016-11-30 21:57:00 -0500
committerAndrew Manning <andrew@reticu.li>2016-11-30 21:57:00 -0500
commit731b6ebfa76ea9c15b9d90a68daeed0063034af9 (patch)
treed079a5704d8d429526a4837277e9e327ce18a908 /doc/toc.html
parent3f838e1dbccab819ce0cf93b079afea8d41d2a7a (diff)
downloadvolse-hubzilla-731b6ebfa76ea9c15b9d90a68daeed0063034af9.tar.gz
volse-hubzilla-731b6ebfa76ea9c15b9d90a68daeed0063034af9.tar.bz2
volse-hubzilla-731b6ebfa76ea9c15b9d90a68daeed0063034af9.zip
Added some vertical offset to headings so that the table of contents links do not hide the heading under the navbar. Added the About this Hub content
Diffstat (limited to 'doc/toc.html')
-rw-r--r--doc/toc.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/toc.html b/doc/toc.html
index f9d766849..e0200c1e1 100644
--- a/doc/toc.html
+++ b/doc/toc.html
@@ -18,6 +18,14 @@
padding-bottom: 0.3em;
}
+ #doco-content > h1,
+ #doco-content > h2,
+ #doco-content > h3,
+ #doco-content > h4 {
+ padding-top: 60px;
+ margin-top: -60px;
+ }
+
#region_1 .widget ul ul {
list-style-type: none;
padding-left: 15px;