This CSS for the headers of the sidebar sections still renders correctly in all major browsers but in IE is just gray with square corners:
.sidebar div.sidebar-wrap h3 {
background-image: url(“http://levantium.com/images/flag.gif”);
background-position: 0 0;
background-repeat: no-repeat;
text-shadow: none;
color: #fff;
}
Look at levantium.com in Firefox, Opera, Chrome, and Safari, and then compare to IE9. Worked fine before upgrading a few minutes ago…