From fd2623de40ccbee8d838909e25e4c91e2b430865 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 27 Feb 2012 01:01:24 +0100 Subject: [PATCH] calendar table css: readability for more events --- content/static/style/default.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/static/style/default.css b/content/static/style/default.css index d2a168802..5a893cce5 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -473,6 +473,9 @@ table.calendar tr td ul { table.calendar tr td ul li { list-style-type: none; list-style-image: none; + overflow: hidden; + line-height: 1.3em; + margin-top: 1.5em; } /* -- MIME Icons -- */