rust/src/librustdoc/html/static
Michael Howell 062284af6e rustdoc: remove unneeded .content selector from link colors
Since 98f05a0282 and
b5963f07e6 removed color classes from sidebar
items, there's no need for the selectors to be so specific any more.

This commit does have to change `h1.fqn a` to just be `h1 a`, so that the
header link color selector is less specific than the typed link at the end.
Since #89506 made docblocks start at `h2`, the main page link header should
be the only h1 in the page now.
2022-10-11 09:22:40 -07:00
..
css rustdoc: remove unneeded .content selector from link colors 2022-10-11 09:22:40 -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: remove unused classes from sidebar 2022-10-11 08:50:41 -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