Great theme.
One minor thing is that when you're using the ckeditor (with the wysiwyg module) everything is centred or centered when editing a node and ckeditor is using the theme CSS.
I think the reason is because of the text-align: center; line in the body tag. In other words, when ckeditor loads, it also loads the theme style again.
A quick workaround is to copy the theme style.css, delete the text-align: center; tag and call it something like ckeditor.css.....when you upload it to your theme folder, edit the ckeditor settings and select DEFINE CSS including the path to your custom ckeditor.css.
hope that helps others who were scratching their heads. Not sure if this should be posted here or in the wysiwyg ckeditor issue queue.
Comments
Comment #1
dougproctor commentedI think Phillip is correct, and that the problem extends to all themes with
text-align: center;on the body element, even if the next nested div's text is left-aligned.Setting an appropriate stylesheet for ckeditor works until you disable rich-text then re-enable it. The editor seems to forget that it has it's own stylesheet and it will load the theme's sheet.
Comment #2
Cory Goodwin commentedI installed the WYSIWYG module along with CKEditor and I wasn't able to reproduce the problem. This bug is old so it must have been fixed by the module maintainers.
Comment #3
Cory Goodwin commented