about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-09-07 06:42:36 -0700
committerMichael Howell <michael@notriddle.com>2022-09-07 06:42:36 -0700
commit210c851dcdf1a713e0cfef0d468a529b077a2bc2 (patch)
treeabd877dbe4196d3865814152ab3fee5c14d5aeda /library/std/src/sys/unix/stack_overflow.rs
parent4fd4de7ea358ad6fc28c5780533ea8ccc09e1006 (diff)
downloadrust-210c851dcdf1a713e0cfef0d468a529b077a2bc2.tar.gz
rust-210c851dcdf1a713e0cfef0d468a529b077a2bc2.zip
rustdoc: remove unused mobile CSS `.rustdoc { flex-direction }`
According to MDN, [flex-direction] only applies to [flex containers], which
are boxes with `display: flex` or `inline-flex`.

However, the `.rustdoc` body container is not a flex-container on mobile.
A few lines above, it's set to `display: block`, so this selector does
not have any effect.

[flex-direction]: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction

[flex containers]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox#the_flex_container
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions