Hi, the plugin gave an error notice to the following css styles:
Code:
color:RGB(0,124,196)
I'm pretty sure that is valid css??
Code:
.HC {color:RGB(239,50,36); font-size:1.1em; line-height:1.5}
.HC em {color:RGB(136,137,140)}
.HC span {color:RGB(0,124,196)}
.HC img {max-width:20px; max-height:23px}
When I removed the 3 lines with color:xxxx it worked fine.