How To Make Promotions.list Better Looking?

I do not like how promotions are presented. Is it possible to show them in some grids, say two column with some outline ?

design/themes/THEME/templates/views/promotions/list.tpl

replace

{include file="common/subheader.tpl" title=$promotion.name}
{$promotion.detailed_description|default:$promotion.short_description nofilter}

with

{include file="common/subheader.tpl" title=$promotion.name} {$promotion.detailed_description|default:$promotion.short_description nofilter}

(!) Not tested

PS It is recommended use hook in this file