Make font size in index table smaller

This commit is contained in:
Sven Slootweg 2012-05-28 05:37:26 +02:00
parent a0df63d143
commit 7245b223c0

View file

@ -63,6 +63,11 @@ table.message-detail > tbody > tr > th
width: 33.33333%;
}
table.message-list > tbody > tr > td
{
font-size: 14px;
}
table.message > tbody > tr > th, table.message > tbody > tr > td
{
text-align: left;