MyBB Community Forums

Full Version: fix this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do I get these to be side by side and centered again?
http://gyazo.com/a9f5728d541b10e0286c16f047f5acee
AdminCP > Themes & Templates > Templates > Your Templates > Expand Templates > Index > Expand > Index Board Statistik > Full Edit > and edit
should be in index template - code like below
<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>