Thumbs should now be centered.

This commit is contained in:
Daku 2011-12-25 10:04:07 +00:00
parent c645fb4b0e
commit 66484a8e68
1 changed files with 2 additions and 2 deletions

View File

@ -59,13 +59,13 @@ class Themelet {
$tsize = get_thumbnail_size($image->width, $image->height); }
return "
<div class='thumbblock'>
<center><div class='thumbblock'>
<a href='$h_view_link' style='position: relative; display: block; height: {$tsize[1]}px; width: {$tsize[0]}px;'>
<img id='thumb_$i_id' title='$h_tip' alt='$h_tip' class='highlighted' style='height: {$tsize[1]}px; width: {$tsize[0]}px;' src='$h_thumb_link'>
</a>
</div>
</div></center>
";
}