On Wed, Dec 31, 2008 at 4:29 AM, David Levy <[email protected]> wrote: > I have been working on theme customisation. > > Is it possible to have more than one CSS file managed by the Theme -> > Stylesheet form. It seems not to me. > > I want the second for a print optimised stylesheet, and am considering how > to do a one for media=screen.
The stylesheet facility is really intended to make it easy for folks to add a line or two of CSS to tweak the colors or fonts of a theme, so we kept things simple with just one file. If you need to add a second style sheet to your theme just add a new page, give it a link that ends in ".css" and include it as you would any other CSS file. - Dave
