this is for halidom, this is what i have now:
{width:910px; height:790px; overflow:auto; padding:0px;}
treasure_img {margin:0px;}
.treasure_item {margin:0px;}i'd like to remove the space between items so the maps are all one piece, but i can't figure out how to do that beyond removing the right/left margins o:
[edit]
for anyone with the same problem, you want
{padding:0px;}
.treasure_item {margin-bottom:-2px!important}
maybe this'll work? o:
.treasure_item {padding: 0px;}
you could also try padding-bottom or padding-top