Fix position of the div.document-no-sidebar style

This commit is contained in:
Robin Dunn
2019-10-30 14:46:20 -07:00
parent 01c98fcbde
commit 0d9670c9bf

View File

@@ -121,7 +121,7 @@ div.document-no-sidebar {
position: relative;
margin-left: 0px;
z-index: 0;
top: 30px;
top: 0px;
}
div.sphinxsidebar {