https://vborg.vbsupport.ru/showthrea...hlight=postbit
I need that, but
not for postbit legacy, I need it for the regular horizontal postbit. I have tried a few things but it's not working
Code:
.postbitlegacy dl.userinfo_extra dt, .postbitlegacy dl.user_rep dt {min-width: 0;}
^^ There is the code that works for postbit legacy, but not for the horizontal postbit. Could you please help me? Thanks.
--------------- Added [DATE]1289275411[/DATE] at [TIME]1289275411[/TIME] ---------------
Edit: Here it is for anyone wondering, figured it out. Put this in additional.css of course.
Code:
.postbit .userinfo .userinfo_extra, .postbit .userinfo_noavatar .userinfo_extra {
font-size:11px;
text-align:left;
}