Skip to content

Commit

Permalink
Fixes 4160 - Missing Semicolon on Use an ID Attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPeter committed Nov 4, 2015
1 parent f7c8932 commit 79fd8e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seed/challenges/html5-and-css.json
Original file line number Diff line number Diff line change
Expand Up @@ -2603,8 +2603,9 @@
" .smaller-image {",
" width: 100px;",
" }",
"",
" .gray-background {",
" background-color: gray",
" background-color: gray;",
" }",
"</style>",
"",
Expand Down

0 comments on commit 79fd8e0

Please sign in to comment.