Merge pull request #152 from scheals/patch-1
02-class-id-selectors: Fix improper font-family syntax
This commit is contained in:
commit
5f72a6f298
|
@ -1,6 +1,6 @@
|
|||
.odd {
|
||||
background-color: rgb(255, 167, 167);
|
||||
font-family: Verdana, DejaVu Sans, sans-serif;
|
||||
font-family: Verdana, "DejaVu Sans", sans-serif;
|
||||
}
|
||||
|
||||
.oddly-cool {
|
||||
|
|
Loading…
Reference in New Issue