pytorch/functorch/docs/source/_static/css/custom.css
Richard Zou 50000f3cdc Align functorch docs with PyTorch's (#85856)
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
2022-09-29 20:00:34 +00:00

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;
}