Proper concatenation of inline CSS
authorAlan-Shields <Alan-Shields@omrf.ouhsc.edu>
Tue, 15 Nov 2005 23:48:12 +0000 (23:48 +0000)
committerAlan-Shields <Alan-Shields@omrf.ouhsc.edu>
Tue, 15 Nov 2005 23:48:12 +0000 (23:48 +0000)
commit7186f9423230ba589c48445e44277a227e377a25
tree67fbff8e87d4669bc4f2cc6b7d572e8bcf73c0c2
parent9c77b8ddb96777cc95fe547bfee83eccca221024
Proper concatenation of inline CSS

CSS-INLINE does a simple concatenation of the results of CSS
directives.

This looks like:

color:blacksize:200%

Unfortunately, it should look like this:

color:black;size:200%

It now does.
css.lisp