mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
This PR: - changes the header/footer to be the same as PyTorch docs - removes the functorch logo (we don't need it anymore, functorch has been adopted into PyTorch) - adjusts the functorch docs to make it clear that the page is functorch documentation. Pull Request resolved: https://github.com/pytorch/pytorch/pull/85856 Approved by: https://github.com/svekars, https://github.com/samdow
13 lines
212 B
CSS
13 lines
212 B
CSS
.codeblock-height-limiter {
|
|
max-height: 500px;
|
|
overflow: scroll;
|
|
}
|
|
|
|
.highlight pre {
|
|
border: 1px solid rgba(0,0,0,0.15);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
div.cell div.cell_input {
|
|
border-bottom-width: 0px;
|
|
}
|