K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2020-05-24T08:12:23.584794Z
K 7
svn:log
V 352
innreport: externalize CSS

Inline styles are not allowed by a (good) Content-Security-Policy because
they're vulnerable to XSS.  It has become common practice to always
externalize all CSS into a separate file.

External CSS is also more cacheable though this isn't the primary motivation here.

Patch adapted from a suggestion of Richard Kettlewell.

END
