Fixed missing "}"
This commit is contained in:
parent
e253939fb0
commit
4cf98ca23d
|
@ -176,7 +176,7 @@ body {
|
||||||
}
|
}
|
||||||
.report-warning {
|
.report-warning {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
|
}
|
||||||
.report-bad {
|
.report-bad {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: orange;
|
background-color: orange;
|
||||||
|
|
Reference in New Issue