From 99a1d0a123472b9e846187f8719edecd1bc0ab87 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Thu, 23 Sep 2010 04:21:18 +0000 Subject: [PATCH] (web) Fix some spacing in the tracker display --- web/stylesheets/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/stylesheets/common.css b/web/stylesheets/common.css index 92d1c2824..ce68dfb3a 100644 --- a/web/stylesheets/common.css +++ b/web/stylesheets/common.css @@ -753,7 +753,7 @@ ul.tier_list { .tier_list .tracker_activity{ float: left; color: #666; - width: 350px; + width: 330px; display: table; margin-top: 1px; }