This was quite easy to figure out to port for 3.0.7, here it goes...
Go into your styles manager and do the following:
In FORUMDISPLAY look for:
=======================
HTML Code:
$threadbits
<!-- end show threads -->
Add Above:
=======================
HTML Code:
<tr valign="top">
<td class="thead" colspan="10"><img src="$stylevar[imagesfolder]/clear.gif" alt="" width="1" height="1" /></td>
</tr>
And your done, hit Save and presto. Easy huh?