branchandroot: oak against sky (Default)
Branch ([personal profile] branchandroot) wrote in [community profile] style_system2009-08-21 09:25 pm

Adding a snippet of css in a theme

So let us suppose that I'm making a theme for a layout that already uses the print_stylesheet function (a theme for Modish, in the event). Let us further suppose that I want to add a little bit of css to this theme without copying the whole inherited stylesheet just to change one line. Does anyone know of a good way to do this?
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-08-22 05:16 pm (UTC)(link)
We're talking a bit in Bug 1611 about possibly splitting off the layout-specific bits in print_stylesheets() to a print_default_stylesheet block. The layout (or theme) could then override it or add new css, without it being too painful...