Make addressee groups italic.

This commit is contained in:
Samantha Doherty 2011-09-23 16:42:12 -04:00
parent c2da445699
commit 9995d9b5a4
1 changed files with 4 additions and 0 deletions

View File

@ -634,6 +634,10 @@ address .poweredby {
content: '\25B8';
}
.notice .addressees .group {
font-style: italic;
}
.fn {
overflow: hidden;
}