Skip to content

Commit 4c88f0c

Browse files
Fix display for primitive and keyword extra info
1 parent fc81ad2 commit 4c88f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/static/rustdoc.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -780,12 +780,12 @@ a {
780780
float: left;
781781
}
782782

783-
tr.result span.primitive::after {
783+
.result-name span.primitive::after {
784784
content: ' (primitive type)';
785785
font-style: italic;
786786
}
787787

788-
tr.result span.keyword::after {
788+
.result-name span.keyword::after {
789789
content: ' (keyword)';
790790
font-style: italic;
791791
}

0 commit comments

Comments
 (0)