/*Removes the little speech bubble image and tweaks padding a bit*/

/*interestingly, the bubble is acutally positioned inside the post and then
moved relatively so it's outside, so it acts as a really big top padding*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

.boards_thread_bubble_wrapper {
display: none !important;
}

.boards_thread_post {
padding-top: 13px !important;
}

}