Ah I see, well I just setup my site it is a fresh installation.This style was coded for visiolist 0.8 and has not yet updated to 0.9 as far as i know, because of that javascript breaks and a few elements. I think you main issue is point #3 from the 0.9 upgrade docs http://visiolist.com/docs/VisioList-09-Version-Info
additionally you should also apply the point #1 change
2 Your Site Here 3 Your Site Here 4 Your Site Here 5 Your Site Here 6 Your Site Here 7 Your Site Here 8 Your Site Here 9 Your Site Here 10 Your Site Here
<div class="table_filler">
<div class="table_rank">{$rank}</div>
<div class="table_description"><a href="{$list_url}/{$url_helper_a}join{$url_tail}"><strong>{$lng->table_your_site_here}</strong></a></div>
<div class="cb"> </div>
</div>
.table_filler {
margin: 10px 0;
background: #000;
}
.table_filler .table_rank {
float: left;
}
.table_filler .table_description {
float: left;
}