clean up codeblock styles

This commit is contained in:
2016-02-19 01:52:59 -05:00
parent 60b591eaac
commit f422ace07e
+4
View File
@@ -12,11 +12,15 @@
/* Make the document a little wider, less code is cut-off. */
div.document {width: 1008px;}
/* Much-improved spacing around code blocks. */
div.highlight pre {padding: 11px 14px;}
/* Remain Responsive! */
@media screen and (max-width: 1008px) {
div.sphinxsidebar {display: none;}
div.document {width: 100%!important;}
}
</style>
<!-- Analytics tracking for Kenneth. -->