/*If a thread has no subject (one filtered out becase it looks like HTML), this will
add <no subject> after it so you can click it and enter it easily*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("forums.ign.com"), domain("betaboards.ign.com") {

.boards_board_list_row_subject a:empty:after {
content: "<no subject>" !important;
}

.boards_board_list_row_subject a:empty {
position: static !important;
}

.boards_topic_tabs_row a:empty:after {
content: "<no subject>" !important;
}

}