/*if you post in threads with long titles, the content of the
recent board posts area will overflow and the height of the div will not change.
This fixes that*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

/*recent posts expands*/
#boards_add_info_my_recent_posts {
height: auto !important;
min-height: 230px !important;
}

/*additional info expands*/
#boards_additional_info {
height: auto !important;
min-height: 225px !important;
}

}