$SUBJ.
@-moz-document url-prefix("http://www.linux.org.ru/notifications"), url-prefix("https://www.linux.org.ru/notifications") {
#bd .forum .message-table {
counter-reset: num;
}
#bd .forum .message-table > tbody > tr > td:first-child {
counter-increment: num;
}
#bd .forum .message-table > tbody > tr > td:first-child::before {
content: counter(num) ". ";
}
}
Кто-то очень хотел, помнится.