mirror of
https://github.com/vale981/arb
synced 2025-03-09 12:06:38 -04:00
19 lines
309 B
CSS
19 lines
309 B
CSS
![]() |
@import url("classic.css");
|
||
|
|
||
|
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%;
|
||
|
}
|
||
|
|