Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc: remove outdated CSS .sub-variant > div > .item-info #101491

Merged

Commits on Sep 6, 2022

  1. rustdoc: remove outdated CSS .sub-variant > div > .item-info

    This CSS still matches sometimes, as you can see in
    <https://doc.rust-lang.org/1.63.0/std/collections/enum.TryReserveErrorKind.html#variant.AllocError.fields>,
    but since nothing else is setting `margin-top`, putting it back to `initial`
    does nothing.
    
    This selector was added in 2fd378b (but it
    was called `.stability` instead of `.item-info` at the time), probably as an
    override for the selector immediately above it that sets a negative margin.
    That negative margin was removed in 593d6d1.
    notriddle committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e1f5d4f View commit details
    Browse the repository at this point in the history