Nicholas,

Next time you have time to work on this module, will you please consider adding a blank line or two after the Relevant Content block for a bit more visual separation.

Right now it sits real tight above other modules like 5-Star Voting and Node (bottom) links.

I'm going to see if I can add icon bullets using CSS and maybe adjust the bottom? not sure about the bottom

thanks

CommentFileSizeAuthor
#1 SP32-20100109-194823.gif1.96 KBgreen monkey

Comments

green monkey’s picture

StatusFileSize
new1.96 KB

Please excuse this post - I had no idea I could this all with CSS, which I was able to do

here is the CSS in case anyone needs it

.field-field-related {
  padding: 0 0 10px 10px;
}

.field-item .odd {
  padding: 0 0 0 20px;
  background: url(../images/bluearrow.png) no-repeat;
}
.field-item .even {
  padding: 0 0 0 20px;
  background: url(../images/bluearrow.png) no-repeat;
}

attached is an small image on how spacing and adding bullets came out