1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-28 01:32:57 +01:00
actix-extras/static.files/noscript-201a7e04dc4c6fce.css
2022-11-08 09:33:31 +00:00

25 lines
599 B
CSS

/*
This whole CSS file is used only in case rustdoc is rendered with javascript disabled. Since a lot
of content is hidden by default (depending on the settings too), we have to overwrite some of the
rules.
*/
#main-content .attributes {
/* Since there is no toggle (the "[-]") when JS is disabled, no need for this margin either. */
margin-left: 0 !important;
}
#copy-path {
/* It requires JS to work so no need to display it in this case. */
display: none;
}
nav.sub {
/* The search bar and related controls don't work without JS */
display: none;
}
.source .sidebar {
display: none;
}