Skip to content

Commit c1c6175

Browse files
committed
Restore sans-serif font for module items.
This was broke in rust-lang#84462 by modifying a style that applied both to searches and to module items (and other tables).
1 parent 9f69e2f commit c1c6175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ h4.type.trait-impl, h4.associatedconstant.trait-impl, h4.associatedtype.trait-im
145145

146146
h1, h2, h3, h4,
147147
.sidebar, a.source, .search-input, .search-results .result-name,
148+
.content table td:first-child > a,
148149
div.item-list .out-of-band,
149150
#source-sidebar, #sidebar-toggle,
150151
details.rustdoc-toggle > summary::before,

0 commit comments

Comments
 (0)