On line 15 of \plugins\code_highlight_plugin\amcode.css there is a typo
.codeblock.amc_long {
height:24em;
overflow:auto; // added by yabba
}
// should be replaced by /* then */
.codeblock.amc_long {
height:24em;
overflow:auto; /* added by yabba */
}
Thanks, I've removed the muppet comment :p
¥