mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
f80b38b568
rustdoc: remove no-op CSS `.search-results .result-name > span` The rule `display: inline-block` was added in5afa52bc7d. The `margin: 0` and `font-weight: normal` were added inc01bd560e2. Both seem to have been added to override class-based rules that were targetted at method sections. See <https://github.com/rust-lang/rust/blob/c01bd560e2f87a9a960ed071213edd70f73171a8/src/librustdoc/html/static/rustdoc.css#L140-L148> for an example. The selectors that these were meant to override were changed ina8318e420dand76a3b609d0to be more specific, so they no longer need to be overridden.