#guild_box .title { display: none; } #info_box .header { margin-bottom: 0pt; } #guild_box { margin-top: 0pt; border-top-width: 0px } #info_box { margin-bottom: 0pt; border-bottom-width: 0px; }
Added some padding to the bottom of the guild box (not here, just on my page) as per O-matic's suggestion, looks nice. =)
But giving it a height would make it look a bit better:
#guild_box {
margin-top: 0pt;
height:17px /*or any other height */
border-top-width: 0px
}