rust/src/librustdoc/html/static
Michael Howell f570d310b7 rustdoc: remove no-op CSS rule #source-sidebar { z-index: 1 }
This rule became redundant in 07e3f998b1.
When `#source-sidebar` became nested below `.sidebar`, it went from being
`position: fixed` to `position: static`, and according to MDN's [z-index]
documentation, this means it has no effect.

[z-index]: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
2022-09-23 10:48:24 -07:00
..
css rustdoc: remove no-op CSS rule #source-sidebar { z-index: 1 } 2022-09-23 10:48:24 -07:00
fonts Remove .woff font files 2022-04-21 13:07:21 +02:00
images Improve crate selection on rustdoc search results page 2022-08-10 15:55:26 +02:00
js rustdoc: dynamically show-hide line numbers on code examples 2022-09-21 16:12:15 -07:00
.eslintrc.js Add "no-div-regex" eslint rule 2022-07-04 17:50:19 +02:00
COPYRIGHT.txt Remove .woff font files 2022-04-21 13:07:21 +02:00
LICENSE-APACHE.txt Make rustdoc output comply with licenses 2015-09-19 10:42:03 +01:00
LICENSE-MIT.txt Make rustdoc output comply with licenses 2015-09-19 10:42:03 +01:00
scrape-examples-help.md Add scrape examples help page 2022-03-27 18:11:57 -07:00