adjust CSS again.
This commit is contained in:
parent
16cfecafbf
commit
2d6cd5e992
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function printTag($tag, $largerFontSize = false) {
|
|||
}
|
||||
|
||||
function dispImage($imgurl, $tags) {
|
||||
$imgstart = '<div class="thumbnail" style="padding:10px;"><img src="' . $imgurl . '" style="max-width: 200px; max-height: 200px;"/><br/><div class="details" style="font-size:20px;">';
|
||||
$imgstart = '<div class="thumbnail" style="padding:10px;"><img src="' . $imgurl . '" style="max-height: 200px;"/><br/><div class="details" style="font-size:20px;">';
|
||||
$imgend = '</div></div>';
|
||||
echo "$imgstart";
|
||||
for($x = 0; $x < count($tags); $x++) {
|
||||
|
|
Loading…
Reference in a new issue