Skip to content

Commit c97d14f

Browse files
authored
Merge pull request rust-lang#1182 from IsakNyberg/master
Fixed inconsistency in the usage of semicolon at end of scopes
2 parents 1eb0ab0 + 6c2434d commit c97d14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/reference.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ main .warning p::before {
4242
.coal main .warning p,
4343
.navy main .warning p,
4444
.ayu main .warning p {
45-
background: #542626
45+
background: #542626;
4646
}
4747

4848
/* Make the links higher contrast on dark themes */
4949
.coal main .warning p a,
5050
.navy main .warning p a,
5151
.ayu main .warning p a {
52-
color: #80d0d0
52+
color: #80d0d0;
5353
}

0 commit comments

Comments
 (0)