diff --git a/src/main/webapp/WEB-INF/velocity/photo.vm b/src/main/webapp/WEB-INF/velocity/photo.vm index ee1fb5a..5596955 100644 --- a/src/main/webapp/WEB-INF/velocity/photo.vm +++ b/src/main/webapp/WEB-INF/velocity/photo.vm @@ -32,8 +32,9 @@ color: #6a6a6a; } div.photo { - align: center; - height: 200px; + align: center; + height: 200px; + margin 8px; } div.grid { float: left; @@ -44,8 +45,13 @@ max-width: ${divwidth}px; overflow: hidden; } - img { - padding: 5px; + img.picture { + box-shadow: 5px 5px 5px #777; + -webkit-box-shadow: 5px 5px 5px #777; + -moz-box-shadow: 5px 5px 5px #777; + } + div.imgborder { + margin: 10px; } .nav { border: 0 none; @@ -66,7 +72,7 @@ #set($thpath = $mapper.map(${entry.thumbnail.getPath()})) #set($enpath = $mapper.map(${entry.getPath()}))
$!entry.caption