Fixes 4160 - Missing Semicolon on Use an ID Attribute

This commit is contained in:
Rex Schrader
2015-11-04 11:28:28 -08:00
parent 53adfa6174
commit f6d88130ee

View File

@ -2603,8 +2603,9 @@
" .smaller-image {", " .smaller-image {",
" width: 100px;", " width: 100px;",
" }", " }",
"",
" .gray-background {", " .gray-background {",
" background-color: gray", " background-color: gray;",
" }", " }",
"</style>", "</style>",
"", "",