Skip to content

Commit 4df8e78

Browse files
Fix invalid css property value
1 parent 7f93d4a commit 4df8e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ h2.location a {
652652
}
653653

654654
.top-doc .docblock h2 { font-size: 1.375rem; }
655-
.top-doc .docblock h3 { font-size: 1.25; }
655+
.top-doc .docblock h3 { font-size: 1.25rem; }
656656
.top-doc .docblock h4,
657657
.top-doc .docblock h5 {
658658
font-size: 1.125rem;

0 commit comments

Comments
 (0)