I'm trying to reduce the font size of the last post username on the thread list. I didn't see anywhere else to change this, so perhaps I'm doing this the hard way, but when I try to modify the property in the thread_list_item template, it breaks the style on every forum page.
I'm trying to make the font size smaller as some of the longer usernames are getting cut off.
I thought it was a conflict with the MiniMe posts in thread add on, as that modifies that particular template, too, but removing it and rebuilding the template didn't seem to help. To fix it after I try changing the font value, I just c/p the template from the parent Apex style and that fixes it.
I'm trying to make the font size smaller as some of the longer usernames are getting cut off.
Code:
.discussionListItem .lastPostInfo .username
{
@property "discussionListFirstRow";
font-size: @xb_fontsizel;
line-height: 18px;
@property "/discussionListFirstRow";
}