From 3e5422b8e981703b9ddf8826dfe103a6bb3a4c63 Mon Sep 17 00:00:00 2001 From: knut Date: Mon, 24 Mar 2008 17:44:14 +0000 Subject: [PATCH] Managing sizes of thumbnails --- webapp/WEB-INF/velocity/directory.vm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp/WEB-INF/velocity/directory.vm b/webapp/WEB-INF/velocity/directory.vm index 59e76ff..42851f2 100644 --- a/webapp/WEB-INF/velocity/directory.vm +++ b/webapp/WEB-INF/velocity/directory.vm @@ -24,8 +24,9 @@ text-decoration: underline; color: #6a6a6a; } - div { + div.home_entry_table { float: left; + height: 200px; } img { padding: 5px; @@ -39,7 +40,7 @@ #set($thmb = 150) #foreach($entry in $entries) #set($dim = $entry.size.scaled($thmb)) -
+
$entry.name

$!entry.caption