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: merge CSS table rules into .docblock #102319

Merged
merged 2 commits into from
Sep 27, 2022

Commits on Sep 26, 2022

  1. rustdoc: remove unneeded CSS td, th { padding 0 }

    This was added in 5101078, to fix
    the display of the module items and search results tables (see the discussion
    in rust-lang#86725).
    
    Those aren't tables any more. The only remaining table is in docblock, which
    has its own padding declarations.
    notriddle committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    1fe3ce4 View commit details
    Browse the repository at this point in the history
  2. rustdoc: merge table { border-collapse } into .docblock table`

    This was added in 5101078, to fix the
    display of the module items and search results tables (see the discussion in
    rust-lang#86725).
    
    Those aren't tables any more. The only remaining table is in docblock, which
    needs this attribute to look right.
    notriddle committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    9990444 View commit details
    Browse the repository at this point in the history