Merge pull request #4171 from SaintPeter/fix/use-id-attribute-missing-semicolon-4160

Fixes 4160 - Missing Semicolon on Use an ID Attribute
This commit is contained in:
Logan Tegman
2015-11-04 11:45:02 -08:00

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>",
"", "",