Recent Topics

1 Jul 13, 2007 00:33    

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 */
}


Form is loading...