fix lack of semicolon

This commit is contained in:
regonn
2015-08-27 23:29:21 +09:00
parent 096d89c04d
commit d9206eb508

View File

@ -2478,7 +2478,7 @@
" width: 100px;",
" }",
" .gray-background {",
" background-color: gray",
" background-color: gray;",
" }",
"</style>",
"",