So near line 285 in lib-story.php there is :
Text Formatted Code
$article->set_var( 'story_introtext', $introtext . '<br><br>'
. $bodytext );
You can add code like this to draw a line for exemple :
Text Formatted Code
$article->set_var( 'story_introtext', $introtext . '<div style="clear:both;"></div><hr><br><br>'
. $bodytext );
Thanks.
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS