make user titles smaller than usernames

This commit is contained in:
Jeff Atwood 2013-10-21 01:22:36 -07:00
parent 1a0e800afb
commit cec9bcfb5d
1 changed files with 1 additions and 0 deletions

View File

@ -619,6 +619,7 @@ h3 {
margin-top: 5px; margin-top: 5px;
color: #aaa; color: #aaa;
overflow: hidden; overflow: hidden;
font-size: 80%;
} }