From 6efe52b93589db67cf5f9aff6fbece3ee45941df Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 4 Dec 2012 16:01:00 -0500 Subject: [PATCH] activity: Decrease table padding (imported from commit 90bed6ce94442e00e7516f65388b578bdfa920b3) --- zephyr/static/styles/activity.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zephyr/static/styles/activity.css b/zephyr/static/styles/activity.css index 3efe34ee4e..6ae7e99169 100644 --- a/zephyr/static/styles/activity.css +++ b/zephyr/static/styles/activity.css @@ -1,3 +1,8 @@ .activity_head { background-color: aliceblue; } + +.table td { + padding-top: 2px; + padding-bottom: 2px; +}