In the forum the menu structure on a topic is down the right side, vertically. Thus, it causes a lot of wasted space on the forum topic. The menu structure is developed using division tags. The top division shares code with other classes. The menu structure is:
<div class="dbTopMenu">
<div class="notActive">
<div class="bullet">·</div>
<div class="notActive">
<div class="bullet">·</div>
<div class="notActive">
<div class="bullet">·</div>
<div class="notActive">
<div class="bullet">·</div>
<div class="notActive">
<div class="bullet">·</div>
<div class="notActive">
<div class="bullet">·</div>
<div class="notActive">
<div class="bullet">·</div>
<div class="notActive">
<div class="bullet">·</div>
<div class="notActive">
<div class="bullet">·</div>
<div class="notActive">
</div>
I did not bother to expand out the link divisions for this example. Notice the divisions used to create a bullet with a dot. Has this been changed in a revision? I am running 7.1 final; however, due to my modifications I did have to do the upgrade manually.