Software Talks for the Ages
pchristensen.com2 pointsby asmala0 comments
<!-- Original -->
<span class="username">joe</span>
<!-- New -->
<span class="username"><strong>joe</strong></span>
Updating the selector in the template is easy enough but seems a bit tedious if the design team decides to go for italics next week. Another option would be adding another CSS class or a data attribute to indicate which element should wrap username.