Closed (fixed)
Project:
Danland
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2010 at 19:45 UTC
Updated:
8 Apr 2010 at 23:12 UTC
Perhaps you could add this two following lines to danland.info file in your next release.
stylesheets[all][] = "style.css"
stylesheets[all][] = "local.css"
First line line adds style.css to html output. It works without, but so you could it also rename the style.css file to danland.css or something else.
Second line gives users of your theme an own css file (named local.css), which they can fill with own style option (for example: change font-size of breadcrumb). Your theme should NOT bring its own local.css, because this would override theme users css settings by an update of your theme. After an update of your theme the user's local.css file also overrides with their own css settings.
Comments
Comment #1
danpros commentedHello,
Thanks for your great input, we will adding it in our next release.
Comment #2
danpros commentedWe already commit this to the repository (here), we will release the new version very soon.
Comment #3
danpros commentedIssues closed.