yew/api-docs/styles.css
Muhammad Hamza 62e3194d5f
Improve hosted API docs (#2373)
* build up redirects for API docs hosting

* build with all features and documenting config

* fix warnings

* can rustdoc please provide a way to modify the base url?

I want to host the docs at /next/:crate_name, not at /:crate_name ffs

* Don't clean URLs... what is rustdoc doing?

* now it wants to work???

* build a next index page

* unreleased docs banner

* show coverage

* remove ./ ???

* try 2?

* api-docs/ not api-docs-public/

* please
2022-01-15 19:57:35 +01:00

16 lines
256 B
CSS

#unreleased-version-header {
background-color: rgb(77, 56, 0);
z-index: 400;
position: fixed;
left: 0;
top: 0;
right: 0;
height: 70px;
padding-top: 10px;
text-align: center;
}
body {
padding-top: 70px !important;
}