Closed (fixed)
Project:
Barron
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Mar 2009 at 21:59 UTC
Updated:
7 Aug 2012 at 21:47 UTC
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
Comment #1
sk33lz commentedI 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!
Comment #2
sk33lz commented