There's close to no chance to overview all of your code. Things i saw:
You do something like * { padding: 0; margin: 0; } at the beginning.
Second advice (html): don't add more than one linebreak <br> at once.
Third: You got some template tags(?) like {block: xy} which i don't
understand.

Best chance to track this down: Get all of the stuff you dropped into
<style> in the <head> into a separate stylesheet. (Best would be to
divide it into different ones). Then just add the blueprint files and
@import one of your stylesheets at one time. This will help you
finding the lines that cause that missbehavior.

Just a sidenote for the future. Please drop code like this into
github's gist or something similar and link it in here. This makes
code much more viewable and helps keeping the list threads readable.
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to