In this release of Simpler CSS, I’ve fixed a problem in the regular expression that would strip out all external references, breaking background-image: url(http://example.com/image.jpg) declarations. Another issue that was fixed was a <td> tag that wasn’t properly closed.

You should change add_action ( ‘wp_head’, ‘simpler_css_addcss’); to add_action ( ‘wp_head’, ‘simpler_css_addcss’, 500 ); or something like that, because some themes also load their stylesheet overwp_head
greets from germany
a fan
October 4, 2009 at 12:57 pm
Thanks for the suggestion. I will add this in the next release of Simpler CSS!
Frederick
October 4, 2009 at 2:06 pm