First of all, great theme.

Second, I would suggest a change to the theme. In the html, body, div, span etc. block on line 4, remove the

margin: 0;

This because it makes the FCKeditor much everything together so it's to hard to use, and the theme can do without this as that property is changed in overriding styles later on for non FCKeditor rendering

Last but not least is a added syntax for the pre and code tags that creates a nicer rendering, "stolen" and adapted from the Alina theme:

code, pre {
  background:#FFF9F9;
  border:1px dashed #FF6868;
  display:block;
  overflow:auto;
  padding:10px;
  margin:10px;
  white-space: pre;
}

Comments

sk33lz’s picture

I believe that was part of a CSS reset that was being used. I have removed the 0 margin for the time being until I see any other issues.

I have also added the additional CSS for code and pre, as that was a good find.

Look for these changes in the 6.x-1.1 release.

Thanks!

sk33lz’s picture

Assigned: Unassigned » sk33lz
Status: Active » Closed (fixed)