From de93f8f95b089c292500c0f4c2bd1adf06e305cf Mon Sep 17 00:00:00 2001 From: Lukasz Anwajler Date: Wed, 29 Dec 2010 19:41:54 -0600 Subject: [PATCH] Ticket #670: public domain countdown problems under IE7, fixed. --- wolnelektury/static/css/jquery.countdown.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wolnelektury/static/css/jquery.countdown.css b/wolnelektury/static/css/jquery.countdown.css index da40686f8..52daa89ea 100644 --- a/wolnelektury/static/css/jquery.countdown.css +++ b/wolnelektury/static/css/jquery.countdown.css @@ -3,6 +3,7 @@ /*border: 1px solid #ccc; background-color: #eee;*/ margin: 20px 0 50px 0; + line-height: 32px; } .countdown_rtl { direction: rtl; -- 2.20.1