rust/src/librustdoc/html
Yuki Okushi 6dd1a404c1
Rollup merge of #105309 - notriddle:notriddle/sidebar-margin-padding, r=GuillaumeGomez
rustdoc: remove no-op mobile CSS `.sidebar { margin: 0; padding: 0 }`

This isn't overriding anything, because the sidebar never has a margin or padding on it.
2022-12-06 12:48:52 +09:00
..
highlight rustdoc: rename syntax highlighting CSS class attribute to attr 2022-10-31 13:55:39 -07:00
length_limit Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown rustdoc: fix unit tests 2022-09-22 16:29:51 -07:00
render rustc_hir: Change representation of import paths to support multiple resolutions 2022-12-01 18:51:05 +03:00
static Rollup merge of #105309 - notriddle:notriddle/sidebar-margin-padding, r=GuillaumeGomez 2022-12-06 12:48:52 +09:00
templates Improve accessibility: 2022-11-23 15:08:00 +01:00
toc Format the world 2019-12-22 17:42:47 -05:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
format.rs rustdoc: use javascript to layout notable traits popups 2022-11-07 22:45:24 -07:00
highlight.rs rustdoc: rename syntax highlighting CSS class attribute to attr 2022-10-31 13:55:39 -07:00
layout.rs Fix rustdoc --version when used with download-rustc 2022-11-09 02:54:51 -06:00
length_limit.rs Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown.rs rustdoc: make the help button a link to a page 2022-10-15 11:38:42 -07:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs rustdoc: use real buttons for scrape examples controls 2022-11-19 12:27:40 -07:00
static_files.rs Fix UI issues with Rustdoc scrape-examples feature. 2022-11-26 22:04:45 -06:00
tests.rs rustdoc: avoid many Symbol to String conversions. 2022-01-14 11:57:18 -08:00
toc.rs fix clippy perf lints 2022-05-24 13:35:54 -04:00
url_parts_builder.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00