From: the_mgt Date: Wed, 18 May 2011 16:49:20 +0000 (+0200) Subject: Reduced padding in #inner_day, slight improvement for the latest calendar stuff X-Git-Tag: v8.11~725 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=c3be00afa993f8bd99014750384895824ba6e2d1 Reduced padding in #inner_day, slight improvement for the latest calendar stuff --- 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% }