Thumbs should now be centered.
This commit is contained in:
parent
c645fb4b0e
commit
66484a8e68
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
";
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue