changeset 4:75b19560f517

make the hr only as big as the picture
author k0s <k0scist@gmail.com>
date Fri, 25 Dec 2009 04:21:30 -0500
parents 75a57e8f72d4
children d60a5ffbf4f4
files montage/templates/strip.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/montage/templates/strip.html	Fri Dec 25 04:08:40 2009 -0500
+++ b/montage/templates/strip.html	Fri Dec 25 04:21:30 2009 -0500
@@ -13,7 +13,7 @@
         <img src="${image['path']}" width="${width or None}" height="${height or None}"/><br/>
         ${image.get('title', image['description'])}
       </div>
-      <hr py:if="index != len(files) - 1"/>
+      <hr width="${width}px" py:if="index != len(files) - 1"/>
     </py:for>
   </body>
 </html>