How to adjust font-size for segment "user-points"?
While searching for a way to control the font-size of the user-points I discovered, that there is already a class assigned to this in qa-theme-base.php ...
But there is no definition for it in the qa-style.css !
So if you would like to control the font-size for the user-points:
just add the following to qa-style.css [e.g. section /*Question List*/]
.qa-q-item-who-points {font-size:80%;}
--------------------------------------------
This is related to version 1.3 (maybe fixed in later versions)