Theme breakage, help?
The blog header image is repeating because of something in the stylesheets. I can’t see where the bug is. If someone can help out, I’d be much obliged.
Expanded to add: It appears that there’s a computed “repeat” on the bg img which is the header, but why that repeat is being computed is unclear to me, and attempts to insert explicit no-repeats in various ways have not over-ridden the behavior.
Check your CSS for the #header ID. You can either shrink its height (80px or less should do it) or add no-repeat after the URL in the background property (repeat is the default).
M, can you be more specific? I’ve attempted to add no-repeat in a variety of locations, and it doesn’t seem to stick