Add bg colour to table headings on dashboard

This commit is contained in:
Neil Lalonde 2013-04-22 16:36:01 -04:00
parent 3d98659708
commit e8172e66d2
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ table {
th {
font-weight: normal;
text-align: center;
background-color: #e4e4e4;
}
th.title {
text-align: left;