activity: Decrease table padding

(imported from commit 90bed6ce94442e00e7516f65388b578bdfa920b3)
This commit is contained in:
Keegan McAllister 2012-12-04 16:01:00 -05:00
parent f3ba899fe1
commit 6efe52b935

View File

@ -1,3 +1,8 @@
.activity_head {
background-color: aliceblue;
}
.table td {
padding-top: 2px;
padding-bottom: 2px;
}