While reading the above Appendix I noticed the following error in the CSS syntax.

separator       { border-bottom: thin black solid; border: 1px;
                  inset; width 100%}

I think that it should be

separator       { border-bottom: thin black solid; border: 1px inset;
                  width 100%}


Reply via email to