Hi John
A small suggestion to changes this section in the Readme.txt
8. MODIFYING ZEN CORE STYLESHEETS:
If you decide you want to modify any of the other stylesheets in the zen
folder, copy them to your sub-theme's folder before making any changes.
Also, be sure the new stylesheet is included in your .info file.For example, copy zen/zen/html-elements.css and rename it as
foo/html-elements.css. Then edit foo/foo.info and change:
;stylesheets[all][] = html-elements.css
to:
stylesheets[all][] = html-elements.css
New version:
8. MODIFYING ZEN CORE STYLESHEETS:
If you decide you want to modify any of the other stylesheets in the zen
folder, copy them to your sub-theme's folder before making any changes.
Also, be sure the new stylesheet is included in your theme .info file.For example, copy zen/zen/html-elements.css and place it in your foo/html-elements.css.
Then edit foo/foo.info and uncomment this line to activate it:
;stylesheets[all][] = html-elements.css
to:
stylesheets[all][] = html-elements.css
--
Steinmb
Comments
Comment #1
johnalbinHi Stein,
I've incorporated your text changes into some other changes I've made to the README.txt. Once I've gotten some more edits into README.txt, I'll update the online docs.
Thanks for the tips!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.