From c3be00afa993f8bd99014750384895824ba6e2d1 Mon Sep 17 00:00:00 2001 From: the_mgt Date: Wed, 18 May 2011 18:49:20 +0200 Subject: [PATCH] Reduced padding in #inner_day, slight improvement for the latest calendar stuff --- webcit/static/styles/webcit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 0c767d73d..10080b228 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -859,7 +859,7 @@ ul.tabbed_dialog li { background-color: #424b52; border-color: #424b52; } -#inner_day { padding: 0.2em; } +#inner_day { padding: 0.1em; } td.events_of_the_day { width: 50% } -- 2.39.2