From 6822e24c5a6577fb4142fc079eec15816222de45 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 30 Dec 2010 10:32:03 +0100 Subject: [PATCH] prettier ie7 pd counter fix --- wolnelektury/static/css/jquery.countdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolnelektury/static/css/jquery.countdown.css b/wolnelektury/static/css/jquery.countdown.css index 52daa89ea..4b8a4cc5b 100644 --- a/wolnelektury/static/css/jquery.countdown.css +++ b/wolnelektury/static/css/jquery.countdown.css @@ -3,7 +3,6 @@ /*border: 1px solid #ccc; background-color: #eee;*/ margin: 20px 0 50px 0; - line-height: 32px; } .countdown_rtl { direction: rtl; @@ -46,6 +45,7 @@ } .countdown_amount { font-size: 350%; + line-height: 32px; } .countdown_descr { display: block; -- 2.20.1