--- image.old	Thu May 19 14:21:02 2005
+++ image.module	Thu May 19 14:21:41 2005
@@ -491,7 +491,7 @@
   if (count($galleries)) {
     $content.= '<ul class="galleries">';
     foreach ($galleries as $gallery) {
-      $content .= '<li style="height : '.$height .'px">';
+      $content .= '<li>';
       $content.= l(image_display($gallery->latest, 'thumbnail'), 'image/tid/'.$gallery->tid, array(), NULL, NULL, FALSE, TRUE);
       $content.= "<h3>".l($gallery->name, 'image/tid/'.$gallery->tid) . "</h3>\n";
       $content.= '<div class="description">'. check_output($gallery->description) ."</div>\n";
@@ -512,7 +512,6 @@
       if ($image->sticky) {
         $content .= ' class="sticky"';
       }
-      $content .= ' style="height : '.$height .'px; width : '.$width.'px;"';
       $content .= ">\n";
       $content .= l(image_display($image, 'thumbnail'), 'node/'.$image->nid, array(), NULL, NULL, FALSE, TRUE);
       $content .= '<h3>'.l($image->title, 'node/'.$image->nid)."</h3>";
