doc: Fix margins around tables of contents

There is no space between the TOC and the succeeding para.
This commit is contained in:
Brian Anderson 2014-06-19 16:12:11 -07:00
parent 22d62fc8e1
commit e698a397a8

View File

@ -275,7 +275,7 @@ dd {
nav ul {
list-style-type: none;
margin: 0;
margin: 0 0 20px 0;
padding-left: 0px;
}