Page is a not externally linkable
alexdunae - 5:06 pm on Sep 11, 2007 (gmt 0)
.gallery * { margin: 0; padding: 0; }
I would guess that it's the padding within your table cells. If you want these really snug, try adding
table.gallery {
border-collapse: collapse;
}