1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
@import url("classic.css");
@import url('https://fonts.googleapis.com/css?family=Roboto');
div .toctree-wrapper { column-count: 2; }
div .toctree-wrapper > ul { margin: 0; }
ul .toctree-l1 {
margin: 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
}
div.body {
min-width: 450px;
max-width: 100%;
}
li p { margin: 0.2em; }
.citation dd {
margin-left: 6em;
}
code { padding: 0.1em; background-color: #f8f8f8; border: 1px solid #eee; }
|