[WO-280] improve readability of sent date

This commit is contained in:
Tankred Hase 2014-04-01 12:14:10 +02:00
parent d6c038d6fd
commit 0143db7f0b
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
bottom: 0;
right: 0;
width: 6em * ($font-size-small / $font-size-smaller);
color: $color-grey-light;
color: $color-grey-medium;
font-size: $font-size-smaller;
text-align: right;
line-height: 1.5em * ($font-size-small / $font-size-smaller);

View File

@ -17,7 +17,7 @@
}
.date {
color: $color-grey-light;
color: $color-grey-medium;
font-size: $font-size-small;
margin-top: 0.25em;
margin-bottom: 1.5em;