Add some padding on email

(imported from commit 59746e712cf9a5f75bb9dbf3f9a4257a7667dbab)
This commit is contained in:
Keegan McAllister 2012-09-13 15:35:09 -04:00
parent 02fa8e5f17
commit d7a5fa3d99
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ span.zephyr_sender_name {
span.zephyr_sender_email {
font-size: 80%;
/* Use padding, not margin, so that there's a continuous
region of 'hover-ability' between fullname and email. */
padding-left: 5px;
}
span.zephyr_sender_username {