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

This commit is contained in:
Andrew Manning
2016-11-30 21:57:00 -05:00
parent 3f838e1dbc
commit 731b6ebfa7
3 changed files with 19 additions and 1 deletions

View File

@@ -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;