Skip to content

Commit 101d987

Browse files
committed
add missing semi-colon
1 parent 73d2653 commit 101d987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,8 @@ a {
459459
.content .search-results td:first-child { padding-right: 0; }
460460
.content .search-results td:first-child a { padding-right: 10px; }
461461

462-
tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black}
462+
tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black;
463+
}
463464

464465
body.blur > :not(#help) {
465466
filter: blur(8px);

0 commit comments

Comments
 (0)