fix lack of semicolon

This commit is contained in:
regonn
2015-08-27 23:29:21 +09:00
parent 384dec42ac
commit ebd92743f1

View File

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