I would like an option to apply the css to specific node or nodes. Or maybe regions even better.
It is not quite common that I need it on whole page.
If the css is applied to node then a css injector fieldset could be displayed on node edit form, to make changes in css faster. (or quick link to css injector edit page)
Comments
Comment #1
eaton commentedCSS always applies to the entire page. If you need to add CSS only when a particular node is being displayed, you can write a PHP condition for the CSS code.