diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-05-24 18:53:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 18:53:36 +0200 |
| commit | 9d3b9cdb2c34cf9d64695b0d5d9ff5134c7add27 (patch) | |
| tree | 989c25f1bd5ad2c38137b87d212dbca0118b6e37 | |
| parent | 30f4486ee425936ac6bd3c5af8ed3c6455a49c94 (diff) | |
| parent | c1c6175e62189f8f0e6479bff7bac0e59a95a406 (diff) | |
Rollup merge of #85621 - jsha:serif-in-table, r=GuillaumeGomez
Restore sans-serif font for module items. This was broke in #84462 by modifying a style that applied both to searches and to module items (and other tables). Fixes #85616. Fixes https://github.com/rust-lang/rust/issues/85545. r? `@camelid`
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 5ee92cce655..bd03ab85c2c 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -145,6 +145,7 @@ h4.type.trait-impl, h4.associatedconstant.trait-impl, h4.associatedtype.trait-im h1, h2, h3, h4, .sidebar, a.source, .search-input, .search-results .result-name, +.content table td:first-child > a, div.item-list .out-of-band, #source-sidebar, #sidebar-toggle, details.rustdoc-toggle > summary::before, |
