Re: [docbook-apps] multiple css files

From
Gisbert Amm <>
Date
2004-07-13T15:57:17+00:00
ID
Thread
Re: [docbook-apps] multiple css files
Rene Hache wrote:
> Hi everyone,
> 
> Is it possible to add more than one css style link to an chunked HTML 
> output?

On http://www.sagehill.net/docbookxsl/UsingCSS.html it looks as if you 
can only link one stylesheet into your HTML.

Probably you could change this behaviour by overriding the adequate XSL 
stylesheet, but much easier ist to include other CSS files into your 
main CCS using the CSS import feature like that

@import url("ui.css");

Regards,
Gisbert Amm