diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-16 15:39:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-16 15:39:48 +0100 |
| commit | 972ad00094d8405b1188e5a40c1378f2eb073223 (patch) | |
| tree | 75586b5b6990744696a789341a292c14f7ddcc78 /compiler/rustc_codegen_llvm/src/asm.rs | |
| parent | 938948ea806bdffdcfe044cbd3e90981ae0cb654 (diff) | |
| parent | 7854883b44dcfabf74e4407c92f07e9873877bfd (diff) | |
| download | rust-972ad00094d8405b1188e5a40c1378f2eb073223.tar.gz rust-972ad00094d8405b1188e5a40c1378f2eb073223.zip | |
Rollup merge of #104466 - notriddle:notriddle/crate-search-div-display, r=GuillaumeGomez
rustdoc: remove no-op CSS `#crate-search-div { display: inline-block }`
`#crate-search-div` is nested directly below `.search-results-title`, which has `display: inline-flex`. This makes the crate-search-div a [flex item], which makes its display property irrelevant, because flex items have their display [blockified] in any case.
[flex item]: https://developer.mozilla.org/en-US/docs/Glossary/Flex_Item
[blockified]: https://www.w3.org/TR/css-flexbox-1/#flex-items
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/asm.rs')
0 files changed, 0 insertions, 0 deletions
