Index: drupal_g2.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gallery/drupal_g2.css,v
retrieving revision 1.4.2.1
diff -u -w -r1.4.2.1 drupal_g2.css
--- drupal_g2.css	27 Nov 2006 12:18:08 -0000	1.4.2.1
+++ drupal_g2.css	4 Feb 2007 21:04:59 -0000
@@ -19,6 +19,43 @@
    display: none;
 }
 
+/* Drupal 5.x system.css adds a border to tbody */
+#gallery tbody {
+  border-top: none;
+}
+
+/* Garland adds a width: 100% to all tables */
+td.giAlbumCell table, td.giItemCell table {
+  width: auto;
+}
+
+/* Garland adds td and th padding which needs to be removed for imageframes.
+   Have to manually add each imageframe type -- annoying. */
+table.ImageFrame_bamboo td,
+table.ImageFrame_book td,
+table.ImageFrame_brand td,
+table.ImageFrame_dotapple td,
+table.ImageFrame_filmedges td,
+table.ImageFrame_flicking td,
+table.ImageFrame_gold td,
+table.ImageFrame_gold2 td,
+table.ImageFrame_notebook td,
+table.ImageFrame_notebooksquare td,
+table.ImageFrame_photocorners td,
+table.ImageFrame_photocorners_small td,
+table.ImageFrame_polaroid td,
+table.ImageFrame_polaroids td,
+table.ImageFrame_postage td,
+table.ImageFrame_shell td,
+table.ImageFrame_shadow td,
+table.ImageFrame_slide td,
+table.ImageFrame_slidesquare td,
+table.ImageFrame_wood td
+{
+  padding: 0;
+}
+
+
 /* Brings h2 back for siteAdmin pages */
 #siteAdminForm .gbBlock h2 {
    display: block;
@@ -52,6 +89,15 @@
     padding: 0 5px 3px 5px;
 }
 
+/* Drupal 5.x system.css adds a border to tbody */
+.block-gallery tbody {
+  border-top: none;
+}
+
+.block-gallery td, th {
+  padding: 0; /* Garland adds padding which needs to be removed */
+}
+
 /* Navigation Tree */
 .block-gallery .dtree {
     font-size: 1em;
@@ -144,6 +190,11 @@
   margin: 1px;
 }
 
+/* Drupal 5.x system.css adds a border to tbody */
+.gallery-grid-block tbody {
+  border-top: none;
+}
+
 td.gallery-grid-block {
   text-align:center;
 }
@@ -156,6 +207,7 @@
 .gallery-grid-block table,
 .gallery-grid-block .one-image td, 
 .gallery-grid-block .one-image table {
+  padding: 0; /* Garland adds padding which needs to be removed */
   margin: auto;
 }
 
