2016-01-22 07:18:13 -06:00
|
|
|
/* override table width restrictions */
|
|
|
|
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
|
|
|
white-space: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wy-table-responsive {
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
}
|
2016-05-13 15:57:39 -05:00
|
|
|
|
|
|
|
|
.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wy-table, .rst-content table.docutils, .rst-content table.field-list {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
2016-08-20 16:32:42 -05:00
|
|
|
|
|
|
|
|
.wy-side-nav-search {
|
|
|
|
|
background-color: #343131;
|
|
|
|
|
}
|
2017-03-06 22:28:46 -06:00
|
|
|
|
|
|
|
|
/* Make embedded Jupyter notebooks look better */
|
|
|
|
|
div#notebook-container.container {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
width: auto;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|