fix lack of semicolon
This commit is contained in:
@ -2478,7 +2478,7 @@
|
|||||||
" width: 100px;",
|
" width: 100px;",
|
||||||
" }",
|
" }",
|
||||||
" .gray-background {",
|
" .gray-background {",
|
||||||
" background-color: gray",
|
" background-color: gray;",
|
||||||
" }",
|
" }",
|
||||||
"</style>",
|
"</style>",
|
||||||
"",
|
"",
|
||||||
|
Reference in New Issue
Block a user